Html Css Color HEX #717982 Raven

📋 copy color: '#717982'

red 113 ◦ green 121 ◦ blue 130

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

Shades of Raven #717982

Tints of Raven #717982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.71%

R = 31.04%
G = 33.24%
B = 35.71%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#717982 (or 0x717982) is known color: Raven. HEX triplet: 71, 79 and 82. RGB value is (113,121,130). Sum of RGB (Red+Green+Blue) = 113+121+130=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 130 - color contains mainly: blue. Hex color #717982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717982 is #8E867D. Grayscale: #777777. Windows color (decimal): -9340542 or 8550769. OLE color: 8550769.

HSL color Cylindrical-coordinate representation of color #717982: hue angle of 211.76º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #717982 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 121 130 -
CMYK 0.13 0.07 0 0.49
HSL 211.76º 0.07% 0.48% -
HSV(B) 211.76º 0.13% 0.51% -
XYZ 17.68 18.8 23.82 -
YUV 119.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 113 121 130 0.13 0.07 0 0.49 211.76 0.07 0.48
Hex 71 79 82 D 7 0 31 D4 7 30
Octal 161 171 202 15 7 0 61 324 7 60
Binary 1110001 1111001 10000010 1101 111 0 110001 11010100 111 110000

Color Harmonies of #717982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717982

Black with #717982

Text Example


Text Example

White with #717982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717982; }

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

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

background-color css

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

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

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

border-color css

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

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

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