Html Css Color HEX #61776C Sirocco

📋 copy color: '#61776C'

red 97 ◦ green 119 ◦ blue 108

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

Shades of Sirocco #61776C

Tints of Sirocco #61776C

RGB

 RED value IS 97 (38.28% from 255) = 29.94%

 GREEN value IS 119 (46.88% from 255) = 36.73%

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

R = 29.94%
G = 36.73%
B = 33.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#61776C (or 0x61776C) is known color: Sirocco. HEX triplet: 61, 77 and 6C. RGB value is (97,119,108). Sum of RGB (Red+Green+Blue) = 97+119+108=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #61776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61776C is #9E8893. Grayscale: #6F6F6F. Windows color (decimal): -10389652 or 7108449. OLE color: 7108449.

HSL color Cylindrical-coordinate representation of color #61776C: hue angle of 150º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #61776C is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 119 108 -
CMYK 0.18 0 0.09 0.53
HSL 150º 0.1% 0.42% -
HSV(B) 150º 0.18% 0.47% -
XYZ 14.23 16.82 16.68 -
YUV 111.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 97 119 108 0.18 0 0.09 0.53 150 0.1 0.42
Hex 61 77 6C 12 0 9 35 96 A 2A
Octal 141 167 154 22 0 11 65 226 12 52
Binary 1100001 1110111 1101100 10010 0 1001 110101 10010110 1010 101010

Color Harmonies of #61776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61776C

Black with #61776C

Text Example


Text Example

White with #61776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,119,108); }

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

background-color css

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

 a { background-color: rgb(97,119,108); }

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

border-color css

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

 span { border-color: rgb(97,119,108); }

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