Html Css Color HEX #717579 Raven

📋 copy color: '#717579'

red 113 ◦ green 117 ◦ blue 121

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

Shades of Raven #717579

Tints of Raven #717579

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.33%

 BLUE value IS 121 (47.66% from 255) = 34.47%

R = 32.19%
G = 33.33%
B = 34.47%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#717579 (or 0x717579) is known color: Raven. HEX triplet: 71, 75 and 79. RGB value is (113,117,121). Sum of RGB (Red+Green+Blue) = 113+117+121=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 121 - color contains mainly: blue. Hex color #717579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717579 is #8E8A86. Grayscale: #747474. Windows color (decimal): -9341575 or 7959921. OLE color: 7959921.

HSL color Cylindrical-coordinate representation of color #717579: hue angle of 210º 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 #717579 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 117 121 -
CMYK 0.07 0.03 0 0.53
HSL 210º 0.03% 0.46% -
HSV(B) 210º 0.07% 0.47% -
XYZ 16.62 17.61 20.61 -
YUV 116.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 113 117 121 0.07 0.03 0 0.53 210 0.03 0.46
Hex 71 75 79 7 3 0 35 D2 3 2E
Octal 161 165 171 7 3 0 65 322 3 56
Binary 1110001 1110101 1111001 111 11 0 110101 11010010 11 101110

Color Harmonies of #717579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717579

Black with #717579

Text Example


Text Example

White with #717579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717579; }

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

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

background-color css

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

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

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

border-color css

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

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

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