Html Css Color HEX #68766E Sirocco

📋 copy color: '#68766E'

red 104 ◦ green 118 ◦ blue 110

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

Shades of Sirocco #68766E

Tints of Sirocco #68766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.54%

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 31.33%
G = 35.54%
B = 33.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#68766E (or 0x68766E) is known color: Sirocco. HEX triplet: 68, 76 and 6E. RGB value is (104,118,110). Sum of RGB (Red+Green+Blue) = 104+118+110=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 118 - color contains mainly: green. Hex color #68766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68766E is #978991. Grayscale: #707070. Windows color (decimal): -9931154 or 7239272. OLE color: 7239272.

HSL color Cylindrical-coordinate representation of color #68766E: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #68766E is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 118 110 -
CMYK 0.12 0 0.07 0.54
HSL 145.71º 0.06% 0.44% -
HSV(B) 145.71º 0.12% 0.46% -
XYZ 15 17.03 17.25 -
YUV 112.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 104 118 110 0.12 0 0.07 0.54 145.71 0.06 0.44
Hex 68 76 6E C 0 7 36 92 6 2C
Octal 150 166 156 14 0 7 66 222 6 54
Binary 1101000 1110110 1101110 1100 0 111 110110 10010010 110 101100

Color Harmonies of #68766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68766E

Black with #68766E

Text Example


Text Example

White with #68766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68766E; }

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

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

background-color css

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

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

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

border-color css

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

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

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