Html Css Color HEX #717674 Sirocco

📋 copy color: '#717674'

red 113 ◦ green 118 ◦ blue 116

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

Shades of Sirocco #717674

Tints of Sirocco #717674

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.01%

 BLUE value IS 116 (45.7% from 255) = 33.43%

R = 32.56%
G = 34.01%
B = 33.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#717674 (or 0x717674) is known color: Sirocco. HEX triplet: 71, 76 and 74. RGB value is (113,118,116). Sum of RGB (Red+Green+Blue) = 113+118+116=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 118 - color contains mainly: green. Hex color #717674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717674 is #8E898B. Grayscale: #747474. Windows color (decimal): -9341324 or 7632497. OLE color: 7632497.

HSL color Cylindrical-coordinate representation of color #717674: hue angle of 156º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #717674 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 116 -
CMYK 0.04 0 0.02 0.54
HSL 156º 0.02% 0.45% -
HSV(B) 156º 0.04% 0.46% -
XYZ 16.44 17.73 19.08 -
YUV 116.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 113 118 116 0.04 0 0.02 0.54 156 0.02 0.45
Hex 71 76 74 4 0 2 36 9C 2 2D
Octal 161 166 164 4 0 2 66 234 2 55
Binary 1110001 1110110 1110100 100 0 10 110110 10011100 10 101101

Color Harmonies of #717674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717674

Black with #717674

Text Example


Text Example

White with #717674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717674; }

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

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

background-color css

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

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

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

border-color css

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

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

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