Html Css Color HEX #668771 Sirocco

📋 copy color: '#668771'

red 102 ◦ green 135 ◦ blue 113

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

Shades of Sirocco #668771

Tints of Sirocco #668771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.57%

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 29.14%
G = 38.57%
B = 32.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#668771 (or 0x668771) is known color: Sirocco. HEX triplet: 66, 87 and 71. RGB value is (102,135,113). Sum of RGB (Red+Green+Blue) = 102+135+113=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #668771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668771 is #99788E. Grayscale: #7A7A7A. Windows color (decimal): -10057871 or 7440230. OLE color: 7440230.

HSL color Cylindrical-coordinate representation of color #668771: hue angle of 140º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #668771 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 135 113 -
CMYK 0.24 0 0.16 0.47
HSL 140º 0.14% 0.46% -
HSV(B) 140º 0.24% 0.53% -
XYZ 17.12 21.34 18.84 -
YUV 122.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 102 135 113 0.24 0 0.16 0.47 140 0.14 0.46
Hex 66 87 71 18 0 10 2F 8C E 2E
Octal 146 207 161 30 0 20 57 214 16 56
Binary 1100110 10000111 1110001 11000 0 10000 101111 10001100 1110 101110

Color Harmonies of #668771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668771

Black with #668771

Text Example


Text Example

White with #668771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668771; }

 p { color: rgb(102,135,113); }

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

background-color css

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

 a { background-color: rgb(102,135,113); }

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

border-color css

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

 span { border-color: rgb(102,135,113); }

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