Html Css Color HEX #707881 Raven

📋 copy color: '#707881'

red 112 ◦ green 120 ◦ blue 129

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

Shades of Raven #707881

Tints of Raven #707881

RGB

 RED value IS 112 (44.14% from 255) = 31.02%

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

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

R = 31.02%
G = 33.24%
B = 35.73%

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

#707881 (or 0x707881) is known color: Raven. HEX triplet: 70, 78 and 81. RGB value is (112,120,129). Sum of RGB (Red+Green+Blue) = 112+120+129=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 129 - color contains mainly: blue. Hex color #707881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707881 is #8F877E. Grayscale: #767676. Windows color (decimal): -9406335 or 8484976. OLE color: 8484976.

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

Color convert

RGB 112 120 129 -
CMYK 0.13 0.07 0 0.49
HSL 211.76º 0.07% 0.47% -
HSV(B) 211.76º 0.13% 0.51% -
XYZ 17.36 18.46 23.42 -
YUV 118.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 112 120 129 0.13 0.07 0 0.49 211.76 0.07 0.47
Hex 70 78 81 D 7 0 31 D4 7 2F
Octal 160 170 201 15 7 0 61 324 7 57
Binary 1110000 1111000 10000001 1101 111 0 110001 11010100 111 101111

Color Harmonies of #707881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707881

Black with #707881

Text Example


Text Example

White with #707881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707881; }

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

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

background-color css

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

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

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

border-color css

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

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

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