Html Css Color HEX #688474 Sirocco

📋 copy color: '#688474'

red 104 ◦ green 132 ◦ blue 116

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

Shades of Sirocco #688474

Tints of Sirocco #688474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.95%

R = 29.55%
G = 37.5%
B = 32.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#688474 (or 0x688474) is known color: Sirocco. HEX triplet: 68, 84 and 74. RGB value is (104,132,116). Sum of RGB (Red+Green+Blue) = 104+132+116=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 132 - color contains mainly: green. Hex color #688474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688474 is #977B8B. Grayscale: #797979. Windows color (decimal): -9927564 or 7636072. OLE color: 7636072.

HSL color Cylindrical-coordinate representation of color #688474: hue angle of 145.71º 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 #688474 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 116 -
CMYK 0.21 0 0.12 0.48
HSL 145.71º 0.12% 0.46% -
HSV(B) 145.71º 0.21% 0.52% -
XYZ 17.11 20.71 19.62 -
YUV 121.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 104 132 116 0.21 0 0.12 0.48 145.71 0.12 0.46
Hex 68 84 74 15 0 C 30 92 C 2E
Octal 150 204 164 25 0 14 60 222 14 56
Binary 1101000 10000100 1110100 10101 0 1100 110000 10010010 1100 101110

Color Harmonies of #688474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688474

Black with #688474

Text Example


Text Example

White with #688474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688474; }

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

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

background-color css

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

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

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

border-color css

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

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

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