Html Css Color HEX #717881 Raven

📋 copy color: '#717881'

red 113 ◦ green 120 ◦ blue 129

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

Shades of Raven #717881

Tints of Raven #717881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.15%

 BLUE value IS 129 (50.78% from 255) = 35.64%

R = 31.22%
G = 33.15%
B = 35.64%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#717881 (or 0x717881) is known color: Raven. HEX triplet: 71, 78 and 81. RGB value is (113,120,129). Sum of RGB (Red+Green+Blue) = 113+120+129=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 129 - color contains mainly: blue. Hex color #717881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717881 is #8E877E. Grayscale: #767676. Windows color (decimal): -9340799 or 8484977. OLE color: 8484977.

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

Color convert

RGB 113 120 129 -
CMYK 0.12 0.07 0 0.49
HSL 213.75º 0.07% 0.47% -
HSV(B) 213.75º 0.12% 0.51% -
XYZ 17.49 18.53 23.42 -
YUV 118.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 113 120 129 0.12 0.07 0 0.49 213.75 0.07 0.47
Hex 71 78 81 C 7 0 31 D6 7 2F
Octal 161 170 201 14 7 0 61 326 7 57
Binary 1110001 1111000 10000001 1100 111 0 110001 11010110 111 101111

Color Harmonies of #717881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717881

Black with #717881

Text Example


Text Example

White with #717881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717881; }

 p { color: rgb(113,120,129); }

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

background-color css

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

 a { background-color: rgb(113,120,129); }

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

border-color css

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

 span { border-color: rgb(113,120,129); }

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