Html Css Color HEX #707880 Raven

📋 copy color: '#707880'

red 112 ◦ green 120 ◦ blue 128

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

Shades of Raven #707880

Tints of Raven #707880

RGB

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

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

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

R = 31.11%
G = 33.33%
B = 35.56%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#707880 (or 0x707880) is known color: Raven. HEX triplet: 70, 78 and 80. RGB value is (112,120,128). Sum of RGB (Red+Green+Blue) = 112+120+128=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 128 - color contains mainly: blue. Hex color #707880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707880 is #8F877F. Grayscale: #767676. Windows color (decimal): -9406336 or 8419440. OLE color: 8419440.

HSL color Cylindrical-coordinate representation of color #707880: hue angle of 210º degrees, saturation: 0.07, 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 #707880 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 120 128 -
CMYK 0.12 0.06 0 0.50
HSL 210º 0.07% 0.47% -
HSV(B) 210º 0.13% 0.5% -
XYZ 17.29 18.44 23.07 -
YUV 118.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 112 120 128 0.12 0.06 0 0.50 210 0.07 0.47
Hex 70 78 80 C 6 0 32 D2 7 2F
Octal 160 170 200 14 6 0 62 322 7 57
Binary 1110000 1111000 10000000 1100 110 0 110010 11010010 111 101111

Color Harmonies of #707880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707880

Black with #707880

Text Example


Text Example

White with #707880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707880; }

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

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

background-color css

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

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

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

border-color css

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

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

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