Html Css Color HEX #745167 Cosmic

📋 copy color: '#745167'

red 116 ◦ green 81 ◦ blue 103

#745167
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #745167

Tints of Cosmic #745167

RGB

 RED value IS 116 (45.7% from 255) = 38.67%

 GREEN value IS 81 (32.03% from 255) = 27%

 BLUE value IS 103 (40.63% from 255) = 34.33%

R = 38.67%
G = 27%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#745167 (or 0x745167) is known color: Cosmic. HEX triplet: 74, 51 and 67. RGB value is (116,81,103). Sum of RGB (Red+Green+Blue) = 116+81+103=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #745167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745167 is #8BAE98. Grayscale: #5D5D5D. Windows color (decimal): -9154201 or 6771060. OLE color: 6771060.

HSL color Cylindrical-coordinate representation of color #745167: hue angle of 322.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745167 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 81 103 -
CMYK 0 0.30 0.11 0.55
HSL 322.29º 0.18% 0.39% -
HSV(B) 322.29º 0.3% 0.45% -
XYZ 12.59 10.58 14.21 -
YUV 93.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 116 81 103 0 0.30 0.11 0.55 322.29 0.18 0.39
Hex 74 51 67 0 1E B 37 142 12 27
Octal 164 121 147 0 36 13 67 502 22 47
Binary 1110100 1010001 1100111 0 11110 1011 110111 101000010 10010 100111

Color Harmonies of #745167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745167

Black with #745167

Text Example


Text Example

White with #745167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745167; }

 p { color: rgb(116,81,103); }

 H1.HeaderClassName
 {
   color: #745167;
 }
 .AnyTagClassName
 {
   color: #745167;
 }
</style>

background-color css

<style>
 a { background-color: #745167; }

 a { background-color: rgb(116,81,103); }

 div.DivClassName
 {
   background-color: #745167;
 }
 .BgClassName
 {
   background-color: #745167;
 }
</style>

border-color css

<style>
 span { border-color: #745167; }

 span { border-color: rgb(116,81,103); }

 td.TdClassName
 {
   border-color: #745167;
 }
 .TagClassName
 {
   border-color: #745167;
 }
</style>