Html Css Color HEX #68756C Sirocco

📋 copy color: '#68756C'

red 104 ◦ green 117 ◦ blue 108

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

Shades of Sirocco #68756C

Tints of Sirocco #68756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.56%

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

R = 31.61%
G = 35.56%
B = 32.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#68756C (or 0x68756C) is known color: Sirocco. HEX triplet: 68, 75 and 6C. RGB value is (104,117,108). Sum of RGB (Red+Green+Blue) = 104+117+108=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 117 - color contains mainly: green. Hex color #68756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68756C is #978A93. Grayscale: #707070. Windows color (decimal): -9931412 or 7107944. OLE color: 7107944.

HSL color Cylindrical-coordinate representation of color #68756C: hue angle of 138.46º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #68756C is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 117 108 -
CMYK 0.11 0 0.08 0.54
HSL 138.46º 0.06% 0.43% -
HSV(B) 138.46º 0.11% 0.46% -
XYZ 14.78 16.75 16.64 -
YUV 112.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 104 117 108 0.11 0 0.08 0.54 138.46 0.06 0.43
Hex 68 75 6C B 0 8 36 8A 6 2B
Octal 150 165 154 13 0 10 66 212 6 53
Binary 1101000 1110101 1101100 1011 0 1000 110110 10001010 110 101011

Color Harmonies of #68756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68756C

Black with #68756C

Text Example


Text Example

White with #68756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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