Html Css Color HEX #717980 Raven

📋 copy color: '#717980'

red 113 ◦ green 121 ◦ blue 128

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

Shades of Raven #717980

Tints of Raven #717980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 31.22%
G = 33.43%
B = 35.36%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#717980 (or 0x717980) is known color: Raven. HEX triplet: 71, 79 and 80. RGB value is (113,121,128). Sum of RGB (Red+Green+Blue) = 113+121+128=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 128 - color contains mainly: blue. Hex color #717980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717980 is #8E867F. Grayscale: #777777. Windows color (decimal): -9340544 or 8419697. OLE color: 8419697.

HSL color Cylindrical-coordinate representation of color #717980: hue angle of 208º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #717980 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 121 128 -
CMYK 0.12 0.05 0 0.50
HSL 208º 0.06% 0.47% -
HSV(B) 208º 0.12% 0.5% -
XYZ 17.54 18.74 23.12 -
YUV 119.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 113 121 128 0.12 0.05 0 0.50 208 0.06 0.47
Hex 71 79 80 C 5 0 32 D0 6 2F
Octal 161 171 200 14 5 0 62 320 6 57
Binary 1110001 1111001 10000000 1100 101 0 110010 11010000 110 101111

Color Harmonies of #717980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717980

Black with #717980

Text Example


Text Example

White with #717980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717980; }

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

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

background-color css

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

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

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

border-color css

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

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

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