Html Css Color HEX #707982 Raven

📋 copy color: '#707982'

red 112 ◦ green 121 ◦ blue 130

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

Shades of Raven #707982

Tints of Raven #707982

RGB

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

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

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

R = 30.85%
G = 33.33%
B = 35.81%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#707982 (or 0x707982) is known color: Raven. HEX triplet: 70, 79 and 82. RGB value is (112,121,130). Sum of RGB (Red+Green+Blue) = 112+121+130=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 130 - color contains mainly: blue. Hex color #707982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707982 is #8F867D. Grayscale: #777777. Windows color (decimal): -9406078 or 8550768. OLE color: 8550768.

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

Color convert

RGB 112 121 130 -
CMYK 0.14 0.07 0 0.49
HSL 210º 0.07% 0.47% -
HSV(B) 210º 0.14% 0.51% -
XYZ 17.55 18.73 23.81 -
YUV 119.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 112 121 130 0.14 0.07 0 0.49 210 0.07 0.47
Hex 70 79 82 E 7 0 31 D2 7 2F
Octal 160 171 202 16 7 0 61 322 7 57
Binary 1110000 1111001 10000010 1110 111 0 110001 11010010 111 101111

Color Harmonies of #707982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707982

Black with #707982

Text Example


Text Example

White with #707982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707982; }

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

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

background-color css

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

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

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

border-color css

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

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

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