Html Css Color HEX #68796F Sirocco

📋 copy color: '#68796F'

red 104 ◦ green 121 ◦ blue 111

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

Shades of Sirocco #68796F

Tints of Sirocco #68796F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.01%

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

R = 30.95%
G = 36.01%
B = 33.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#68796F (or 0x68796F) is known color: Sirocco. HEX triplet: 68, 79 and 6F. RGB value is (104,121,111). Sum of RGB (Red+Green+Blue) = 104+121+111=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 121 - color contains mainly: green. Hex color #68796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68796F is #978690. Grayscale: #727272. Windows color (decimal): -9930385 or 7305576. OLE color: 7305576.

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

Color convert

RGB 104 121 111 -
CMYK 0.14 0 0.08 0.53
HSL 144.71º 0.08% 0.44% -
HSV(B) 144.71º 0.14% 0.47% -
XYZ 15.42 17.77 17.66 -
YUV 114.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 104 121 111 0.14 0 0.08 0.53 144.71 0.08 0.44
Hex 68 79 6F E 0 8 35 91 8 2C
Octal 150 171 157 16 0 10 65 221 10 54
Binary 1101000 1111001 1101111 1110 0 1000 110101 10010001 1000 101100

Color Harmonies of #68796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68796F

Black with #68796F

Text Example


Text Example

White with #68796F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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