Html Css Color HEX #707A84 Raven

📋 copy color: '#707A84'

red 112 ◦ green 122 ◦ blue 132

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

Shades of Raven #707A84

Tints of Raven #707A84

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.33%

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

R = 30.6%
G = 33.33%
B = 36.07%

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

#707A84 (or 0x707A84) is known color: Raven. HEX triplet: 70, 7A and 84. RGB value is (112,122,132). Sum of RGB (Red+Green+Blue) = 112+122+132=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 132 - color contains mainly: blue. Hex color #707A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707A84 is #8F857B. Grayscale: #787878. Windows color (decimal): -9405820 or 8682096. OLE color: 8682096.

HSL color Cylindrical-coordinate representation of color #707A84: hue angle of 210º 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 #707A84 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 122 132 -
CMYK 0.15 0.08 0 0.48
HSL 210º 0.08% 0.48% -
HSV(B) 210º 0.15% 0.52% -
XYZ 17.81 19.03 24.56 -
YUV 120.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 112 122 132 0.15 0.08 0 0.48 210 0.08 0.48
Hex 70 7A 84 F 8 0 30 D2 8 30
Octal 160 172 204 17 10 0 60 322 10 60
Binary 1110000 1111010 10000100 1111 1000 0 110000 11010010 1000 110000

Color Harmonies of #707A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707A84

Black with #707A84

Text Example


Text Example

White with #707A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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