Html Css Color HEX #717C76 Sirocco

📋 copy color: '#717C76'

red 113 ◦ green 124 ◦ blue 118

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

Shades of Sirocco #717C76

Tints of Sirocco #717C76

RGB

 RED value IS 113 (44.53% from 255) = 31.83%

 GREEN value IS 124 (48.83% from 255) = 34.93%

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 31.83%
G = 34.93%
B = 33.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#717C76 (or 0x717C76) is known color: Sirocco. HEX triplet: 71, 7C and 76. RGB value is (113,124,118). Sum of RGB (Red+Green+Blue) = 113+124+118=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 124 - color contains mainly: green. Hex color #717C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717C76 is #8E8389. Grayscale: #787878. Windows color (decimal): -9339786 or 7765105. OLE color: 7765105.

HSL color Cylindrical-coordinate representation of color #717C76: hue angle of 147.27º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #717C76 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 124 118 -
CMYK 0.09 0 0.05 0.51
HSL 147.27º 0.05% 0.46% -
HSV(B) 147.27º 0.09% 0.49% -
XYZ 17.29 19.23 19.94 -
YUV 120.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 113 124 118 0.09 0 0.05 0.51 147.27 0.05 0.46
Hex 71 7C 76 9 0 5 33 93 5 2E
Octal 161 174 166 11 0 5 63 223 5 56
Binary 1110001 1111100 1110110 1001 0 101 110011 10010011 101 101110

Color Harmonies of #717C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717C76

Black with #717C76

Text Example


Text Example

White with #717C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717C76; }

 p { color: rgb(113,124,118); }

 H1.HeaderClassName
 {
   color: #717C76;
 }
 .AnyTagClassName
 {
   color: #717C76;
 }
</style>

background-color css

<style>
 a { background-color: #717C76; }

 a { background-color: rgb(113,124,118); }

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

border-color css

<style>
 span { border-color: #717C76; }

 span { border-color: rgb(113,124,118); }

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