Html Css Color HEX #717479 Raven

📋 copy color: '#717479'

red 113 ◦ green 116 ◦ blue 121

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

Shades of Raven #717479

Tints of Raven #717479

RGB

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

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

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

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

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#717479 (or 0x717479) is known color: Raven. HEX triplet: 71, 74 and 79. RGB value is (113,116,121). Sum of RGB (Red+Green+Blue) = 113+116+121=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 121 - color contains mainly: blue. Hex color #717479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717479 is #8E8B86. Grayscale: #737373. Windows color (decimal): -9341831 or 7959665. OLE color: 7959665.

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

Color convert

RGB 113 116 121 -
CMYK 0.07 0.04 0 0.53
HSL 217.5º 0.03% 0.46% -
HSV(B) 217.5º 0.07% 0.47% -
XYZ 16.51 17.38 20.57 -
YUV 115.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 113 116 121 0.07 0.04 0 0.53 217.5 0.03 0.46
Hex 71 74 79 7 4 0 35 DA 3 2E
Octal 161 164 171 7 4 0 65 332 3 56
Binary 1110001 1110100 1111001 111 100 0 110101 11011010 11 101110

Color Harmonies of #717479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717479

Black with #717479

Text Example


Text Example

White with #717479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717479; }

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

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

background-color css

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

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

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

border-color css

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

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

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