Html Css Color HEX #60796C Sirocco

📋 copy color: '#60796C'

red 96 ◦ green 121 ◦ blue 108

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

Shades of Sirocco #60796C

Tints of Sirocco #60796C

RGB

 RED value IS 96 (37.89% from 255) = 29.54%

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

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

R = 29.54%
G = 37.23%
B = 33.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#60796C (or 0x60796C) is known color: Sirocco. HEX triplet: 60, 79 and 6C. RGB value is (96,121,108). Sum of RGB (Red+Green+Blue) = 96+121+108=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 121 - color contains mainly: green. Hex color #60796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60796C is #9F8693. Grayscale: #707070. Windows color (decimal): -10454676 or 7108960. OLE color: 7108960.

HSL color Cylindrical-coordinate representation of color #60796C: hue angle of 148.8º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #60796C is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 121 108 -
CMYK 0.21 0 0.11 0.53
HSL 148.8º 0.12% 0.43% -
HSV(B) 148.8º 0.21% 0.47% -
XYZ 14.37 17.24 16.76 -
YUV 112.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 96 121 108 0.21 0 0.11 0.53 148.8 0.12 0.43
Hex 60 79 6C 15 0 B 35 95 C 2B
Octal 140 171 154 25 0 13 65 225 14 53
Binary 1100000 1111001 1101100 10101 0 1011 110101 10010101 1100 101011

Color Harmonies of #60796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60796C

Black with #60796C

Text Example


Text Example

White with #60796C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,121,108); }

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

background-color css

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

 a { background-color: rgb(96,121,108); }

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

border-color css

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

 span { border-color: rgb(96,121,108); }

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