Html Css Color HEX #668172 Sirocco

📋 copy color: '#668172'

red 102 ◦ green 129 ◦ blue 114

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

Shades of Sirocco #668172

Tints of Sirocco #668172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.39%

 BLUE value IS 114 (44.92% from 255) = 33.04%

R = 29.57%
G = 37.39%
B = 33.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#668172 (or 0x668172) is known color: Sirocco. HEX triplet: 66, 81 and 72. RGB value is (102,129,114). Sum of RGB (Red+Green+Blue) = 102+129+114=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 129 - color contains mainly: green. Hex color #668172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668172 is #997E8D. Grayscale: #777777. Windows color (decimal): -10059406 or 7504230. OLE color: 7504230.

HSL color Cylindrical-coordinate representation of color #668172: hue angle of 146.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #668172 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 129 114 -
CMYK 0.21 0 0.12 0.49
HSL 146.67º 0.12% 0.45% -
HSV(B) 146.67º 0.21% 0.51% -
XYZ 16.37 19.74 18.87 -
YUV 119.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 102 129 114 0.21 0 0.12 0.49 146.67 0.12 0.45
Hex 66 81 72 15 0 C 31 93 C 2D
Octal 146 201 162 25 0 14 61 223 14 55
Binary 1100110 10000001 1110010 10101 0 1100 110001 10010011 1100 101101

Color Harmonies of #668172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668172

Black with #668172

Text Example


Text Example

White with #668172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668172; }

 p { color: rgb(102,129,114); }

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

background-color css

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

 a { background-color: rgb(102,129,114); }

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

border-color css

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

 span { border-color: rgb(102,129,114); }

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