Html Css Color HEX #707984 Raven

📋 copy color: '#707984'

red 112 ◦ green 121 ◦ blue 132

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

Shades of Raven #707984

Tints of Raven #707984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 30.68%
G = 33.15%
B = 36.16%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#707984 (or 0x707984) is known color: Raven. HEX triplet: 70, 79 and 84. RGB value is (112,121,132). Sum of RGB (Red+Green+Blue) = 112+121+132=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: blue. Hex color #707984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707984 is #8F867B. Grayscale: #777777. Windows color (decimal): -9406076 or 8681840. OLE color: 8681840.

HSL color Cylindrical-coordinate representation of color #707984: hue angle of 213º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707984 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 121 132 -
CMYK 0.15 0.08 0 0.48
HSL 213º 0.08% 0.48% -
HSV(B) 213º 0.15% 0.52% -
XYZ 17.68 18.79 24.52 -
YUV 119.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 112 121 132 0.15 0.08 0 0.48 213 0.08 0.48
Hex 70 79 84 F 8 0 30 D5 8 30
Octal 160 171 204 17 10 0 60 325 10 60
Binary 1110000 1111001 10000100 1111 1000 0 110000 11010101 1000 110000

Color Harmonies of #707984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707984

Black with #707984

Text Example


Text Example

White with #707984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707984; }

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

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

background-color css

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

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

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

border-color css

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

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

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