Html Css Color HEX #68776C Sirocco

📋 copy color: '#68776C'

red 104 ◦ green 119 ◦ blue 108

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

Shades of Sirocco #68776C

Tints of Sirocco #68776C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.95%

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 31.42%
G = 35.95%
B = 32.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#68776C (or 0x68776C) is known color: Sirocco. HEX triplet: 68, 77 and 6C. RGB value is (104,119,108). Sum of RGB (Red+Green+Blue) = 104+119+108=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 119 - color contains mainly: green. Hex color #68776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68776C is #978893. Grayscale: #717171. Windows color (decimal): -9930900 or 7108456. OLE color: 7108456.

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

Color convert

RGB 104 119 108 -
CMYK 0.13 0 0.09 0.53
HSL 136º 0.07% 0.44% -
HSV(B) 136º 0.13% 0.47% -
XYZ 15.01 17.22 16.72 -
YUV 113.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 104 119 108 0.13 0 0.09 0.53 136 0.07 0.44
Hex 68 77 6C D 0 9 35 88 7 2C
Octal 150 167 154 15 0 11 65 210 7 54
Binary 1101000 1110111 1101100 1101 0 1001 110101 10001000 111 101100

Color Harmonies of #68776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68776C

Black with #68776C

Text Example


Text Example

White with #68776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68776C; }

 p { color: rgb(104,119,108); }

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

background-color css

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

 a { background-color: rgb(104,119,108); }

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

border-color css

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

 span { border-color: rgb(104,119,108); }

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