Html Css Color HEX #745667 Cosmic

📋 copy color: '#745667'

red 116 ◦ green 86 ◦ blue 103

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

Shades of Cosmic #745667

Tints of Cosmic #745667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.2%

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

R = 38.03%
G = 28.2%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#745667 (or 0x745667) is known color: Cosmic. HEX triplet: 74, 56 and 67. RGB value is (116,86,103). Sum of RGB (Red+Green+Blue) = 116+86+103=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #745667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745667 is #8BA998. Grayscale: #606060. Windows color (decimal): -9152921 or 6772340. OLE color: 6772340.

HSL color Cylindrical-coordinate representation of color #745667: hue angle of 326º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #745667 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 86 103 -
CMYK 0 0.26 0.11 0.55
HSL 326º 0.15% 0.4% -
HSV(B) 326º 0.26% 0.45% -
XYZ 12.98 11.35 14.34 -
YUV 96.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 116 86 103 0 0.26 0.11 0.55 326 0.15 0.4
Hex 74 56 67 0 1A B 37 146 F 28
Octal 164 126 147 0 32 13 67 506 17 50
Binary 1110100 1010110 1100111 0 11010 1011 110111 101000110 1111 101000

Color Harmonies of #745667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745667

Black with #745667

Text Example


Text Example

White with #745667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745667; }

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

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

background-color css

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

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

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

border-color css

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

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

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