Html Css Color HEX #688672 Sirocco

📋 copy color: '#688672'

red 104 ◦ green 134 ◦ blue 114

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

Shades of Sirocco #688672

Tints of Sirocco #688672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.07%

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

R = 29.55%
G = 38.07%
B = 32.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#688672 (or 0x688672) is known color: Sirocco. HEX triplet: 68, 86 and 72. RGB value is (104,134,114). Sum of RGB (Red+Green+Blue) = 104+134+114=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 134 - color contains mainly: green. Hex color #688672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688672 is #97798D. Grayscale: #7A7A7A. Windows color (decimal): -9927054 or 7505512. OLE color: 7505512.

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

Color convert

RGB 104 134 114 -
CMYK 0.22 0 0.15 0.47
HSL 140º 0.13% 0.47% -
HSV(B) 140º 0.22% 0.53% -
XYZ 17.27 21.21 19.1 -
YUV 122.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 104 134 114 0.22 0 0.15 0.47 140 0.13 0.47
Hex 68 86 72 16 0 F 2F 8C D 2F
Octal 150 206 162 26 0 17 57 214 15 57
Binary 1101000 10000110 1110010 10110 0 1111 101111 10001100 1101 101111

Color Harmonies of #688672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688672

Black with #688672

Text Example


Text Example

White with #688672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688672; }

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

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

background-color css

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

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

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

border-color css

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

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

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