Html Css Color HEX #66786C Sirocco

📋 copy color: '#66786C'

red 102 ◦ green 120 ◦ blue 108

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

Shades of Sirocco #66786C

Tints of Sirocco #66786C

RGB

 RED value IS 102 (40.23% from 255) = 30.91%

 GREEN value IS 120 (47.27% from 255) = 36.36%

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 30.91%
G = 36.36%
B = 32.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#66786C (or 0x66786C) is known color: Sirocco. HEX triplet: 66, 78 and 6C. RGB value is (102,120,108). Sum of RGB (Red+Green+Blue) = 102+120+108=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 120 - color contains mainly: green. Hex color #66786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66786C is #998793. Grayscale: #717171. Windows color (decimal): -10061716 or 7108710. OLE color: 7108710.

HSL color Cylindrical-coordinate representation of color #66786C: hue angle of 140º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #66786C is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 120 108 -
CMYK 0.15 0 0.10 0.53
HSL 140º 0.08% 0.44% -
HSV(B) 140º 0.15% 0.47% -
XYZ 14.9 17.34 16.75 -
YUV 113.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 102 120 108 0.15 0 0.10 0.53 140 0.08 0.44
Hex 66 78 6C F 0 A 35 8C 8 2C
Octal 146 170 154 17 0 12 65 214 10 54
Binary 1100110 1111000 1101100 1111 0 1010 110101 10001100 1000 101100

Color Harmonies of #66786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66786C

Black with #66786C

Text Example


Text Example

White with #66786C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66786C; }

 p { color: rgb(102,120,108); }

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

background-color css

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

 a { background-color: rgb(102,120,108); }

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

border-color css

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

 span { border-color: rgb(102,120,108); }

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