Html Css Color HEX #68766F Sirocco

📋 copy color: '#68766F'

red 104 ◦ green 118 ◦ blue 111

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

Shades of Sirocco #68766F

Tints of Sirocco #68766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 31.23%
G = 35.44%
B = 33.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#68766F (or 0x68766F) is known color: Sirocco. HEX triplet: 68, 76 and 6F. RGB value is (104,118,111). Sum of RGB (Red+Green+Blue) = 104+118+111=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 118 - color contains mainly: green. Hex color #68766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68766F is #978990. Grayscale: #717171. Windows color (decimal): -9931153 or 7304808. OLE color: 7304808.

HSL color Cylindrical-coordinate representation of color #68766F: hue angle of 150º 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 #68766F is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 118 111 -
CMYK 0.12 0 0.06 0.54
HSL 150º 0.06% 0.44% -
HSV(B) 150º 0.12% 0.46% -
XYZ 15.06 17.05 17.54 -
YUV 113.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 104 118 111 0.12 0 0.06 0.54 150 0.06 0.44
Hex 68 76 6F C 0 6 36 96 6 2C
Octal 150 166 157 14 0 6 66 226 6 54
Binary 1101000 1110110 1101111 1100 0 110 110110 10010110 110 101100

Color Harmonies of #68766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68766F

Black with #68766F

Text Example


Text Example

White with #68766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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