Html Css Color HEX #688472 Sirocco

📋 copy color: '#688472'

red 104 ◦ green 132 ◦ blue 114

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

Shades of Sirocco #688472

Tints of Sirocco #688472

RGB

 RED value IS 104 (41.02% from 255) = 29.71%

 GREEN value IS 132 (51.95% from 255) = 37.71%

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

R = 29.71%
G = 37.71%
B = 32.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#688472 (or 0x688472) is known color: Sirocco. HEX triplet: 68, 84 and 72. RGB value is (104,132,114). Sum of RGB (Red+Green+Blue) = 104+132+114=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 132 - color contains mainly: green. Hex color #688472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688472 is #977B8D. Grayscale: #797979. Windows color (decimal): -9927566 or 7505000. OLE color: 7505000.

HSL color Cylindrical-coordinate representation of color #688472: hue angle of 141.43º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688472 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 114 -
CMYK 0.21 0 0.14 0.48
HSL 141.43º 0.12% 0.46% -
HSV(B) 141.43º 0.21% 0.52% -
XYZ 17 20.66 19.01 -
YUV 121.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 104 132 114 0.21 0 0.14 0.48 141.43 0.12 0.46
Hex 68 84 72 15 0 E 30 8D C 2E
Octal 150 204 162 25 0 16 60 215 14 56
Binary 1101000 10000100 1110010 10101 0 1110 110000 10001101 1100 101110

Color Harmonies of #688472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688472

Black with #688472

Text Example


Text Example

White with #688472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688472; }

 p { color: rgb(104,132,114); }

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

background-color css

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

 a { background-color: rgb(104,132,114); }

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

border-color css

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

 span { border-color: rgb(104,132,114); }

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