Html Css Color HEX #66766B Sirocco

📋 copy color: '#66766B'

red 102 ◦ green 118 ◦ blue 107

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

Shades of Sirocco #66766B

Tints of Sirocco #66766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.09%

 BLUE value IS 107 (42.19% from 255) = 32.72%

R = 31.19%
G = 36.09%
B = 32.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#66766B (or 0x66766B) is known color: Sirocco. HEX triplet: 66, 76 and 6B. RGB value is (102,118,107). Sum of RGB (Red+Green+Blue) = 102+118+107=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 118 - color contains mainly: green. Hex color #66766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66766B is #998994. Grayscale: #6F6F6F. Windows color (decimal): -10062229 or 7042662. OLE color: 7042662.

HSL color Cylindrical-coordinate representation of color #66766B: hue angle of 138.75º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #66766B is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 118 107 -
CMYK 0.14 0 0.09 0.54
HSL 138.75º 0.07% 0.43% -
HSV(B) 138.75º 0.14% 0.46% -
XYZ 14.61 16.84 16.39 -
YUV 111.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 102 118 107 0.14 0 0.09 0.54 138.75 0.07 0.43
Hex 66 76 6B E 0 9 36 8B 7 2B
Octal 146 166 153 16 0 11 66 213 7 53
Binary 1100110 1110110 1101011 1110 0 1001 110110 10001011 111 101011

Color Harmonies of #66766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66766B

Black with #66766B

Text Example


Text Example

White with #66766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66766B; }

 p { color: rgb(102,118,107); }

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

background-color css

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

 a { background-color: rgb(102,118,107); }

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

border-color css

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

 span { border-color: rgb(102,118,107); }

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