Html Css Color HEX #70757A Raven

📋 copy color: '#70757A'

red 112 ◦ green 117 ◦ blue 122

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

Shades of Raven #70757A

Tints of Raven #70757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.33%

 BLUE value IS 122 (48.05% from 255) = 34.76%

R = 31.91%
G = 33.33%
B = 34.76%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#70757A (or 0x70757A) is known color: Raven. HEX triplet: 70, 75 and 7A. RGB value is (112,117,122). Sum of RGB (Red+Green+Blue) = 112+117+122=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 122 - color contains mainly: blue. Hex color #70757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70757A is #8F8A85. Grayscale: #747474. Windows color (decimal): -9407110 or 8025456. OLE color: 8025456.

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

Color convert

RGB 112 117 122 -
CMYK 0.08 0.04 0 0.52
HSL 210º 0.04% 0.46% -
HSV(B) 210º 0.08% 0.48% -
XYZ 16.56 17.57 20.93 -
YUV 116.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 112 117 122 0.08 0.04 0 0.52 210 0.04 0.46
Hex 70 75 7A 8 4 0 34 D2 4 2E
Octal 160 165 172 10 4 0 64 322 4 56
Binary 1110000 1110101 1111010 1000 100 0 110100 11010010 100 101110

Color Harmonies of #70757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70757A

Black with #70757A

Text Example


Text Example

White with #70757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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