Html Css Color HEX #688A76 Sirocco

📋 copy color: '#688A76'

red 104 ◦ green 138 ◦ blue 118

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

Shades of Sirocco #688A76

Tints of Sirocco #688A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.33%

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 28.89%
G = 38.33%
B = 32.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#688A76 (or 0x688A76) is known color: Sirocco. HEX triplet: 68, 8A and 76. RGB value is (104,138,118). Sum of RGB (Red+Green+Blue) = 104+138+118=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 138 - color contains mainly: green. Hex color #688A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A76 is #977589. Grayscale: #7D7D7D. Windows color (decimal): -9926026 or 7768680. OLE color: 7768680.

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

Color convert

RGB 104 138 118 -
CMYK 0.25 0 0.14 0.46
HSL 144.71º 0.14% 0.47% -
HSV(B) 144.71º 0.25% 0.54% -
XYZ 18.07 22.43 20.52 -
YUV 125.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 104 138 118 0.25 0 0.14 0.46 144.71 0.14 0.47
Hex 68 8A 76 19 0 E 2E 91 E 2F
Octal 150 212 166 31 0 16 56 221 16 57
Binary 1101000 10001010 1110110 11001 0 1110 101110 10010001 1110 101111

Color Harmonies of #688A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688A76

Black with #688A76

Text Example


Text Example

White with #688A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688A76; }

 p { color: rgb(104,138,118); }

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

background-color css

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

 a { background-color: rgb(104,138,118); }

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

border-color css

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

 span { border-color: rgb(104,138,118); }

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