Html Css Color HEX #66746C Sirocco

📋 copy color: '#66746C'

red 102 ◦ green 116 ◦ blue 108

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

Shades of Sirocco #66746C

Tints of Sirocco #66746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

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

R = 31.29%
G = 35.58%
B = 33.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#66746C (or 0x66746C) is known color: Sirocco. HEX triplet: 66, 74 and 6C. RGB value is (102,116,108). Sum of RGB (Red+Green+Blue) = 102+116+108=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 116 - color contains mainly: green. Hex color #66746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66746C is #998B93. Grayscale: #6E6E6E. Windows color (decimal): -10062740 or 7107686. OLE color: 7107686.

HSL color Cylindrical-coordinate representation of color #66746C: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #66746C is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 116 108 -
CMYK 0.12 0 0.07 0.55
HSL 145.71º 0.06% 0.43% -
HSV(B) 145.71º 0.12% 0.45% -
XYZ 14.43 16.4 16.59 -
YUV 110.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 102 116 108 0.12 0 0.07 0.55 145.71 0.06 0.43
Hex 66 74 6C C 0 7 37 92 6 2B
Octal 146 164 154 14 0 7 67 222 6 53
Binary 1100110 1110100 1101100 1100 0 111 110111 10010010 110 101011

Color Harmonies of #66746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66746C

Black with #66746C

Text Example


Text Example

White with #66746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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