Html Css Color HEX #717974 Sirocco

📋 copy color: '#717974'

red 113 ◦ green 121 ◦ blue 116

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

Shades of Sirocco #717974

Tints of Sirocco #717974

RGB

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

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

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

R = 32.29%
G = 34.57%
B = 33.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#717974 (or 0x717974) is known color: Sirocco. HEX triplet: 71, 79 and 74. RGB value is (113,121,116). Sum of RGB (Red+Green+Blue) = 113+121+116=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 121 - color contains mainly: green. Hex color #717974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717974 is #8E868B. Grayscale: #767676. Windows color (decimal): -9340556 or 7633265. OLE color: 7633265.

HSL color Cylindrical-coordinate representation of color #717974: hue angle of 142.5º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #717974 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 121 116 -
CMYK 0.07 0 0.04 0.53
HSL 142.5º 0.03% 0.46% -
HSV(B) 142.5º 0.07% 0.47% -
XYZ 16.8 18.45 19.2 -
YUV 118.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 113 121 116 0.07 0 0.04 0.53 142.5 0.03 0.46
Hex 71 79 74 7 0 4 35 8E 3 2E
Octal 161 171 164 7 0 4 65 216 3 56
Binary 1110001 1111001 1110100 111 0 100 110101 10001110 11 101110

Color Harmonies of #717974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717974

Black with #717974

Text Example


Text Example

White with #717974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717974; }

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

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

background-color css

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

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

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

border-color css

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

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

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