Html Css Color HEX #70767A Raven

📋 copy color: '#70767A'

red 112 ◦ green 118 ◦ blue 122

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

Shades of Raven #70767A

Tints of Raven #70767A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.52%

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

R = 31.82%
G = 33.52%
B = 34.66%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#70767A (or 0x70767A) is known color: Raven. HEX triplet: 70, 76 and 7A. RGB value is (112,118,122). Sum of RGB (Red+Green+Blue) = 112+118+122=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 122 - color contains mainly: blue. Hex color #70767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70767A is #8F8985. Grayscale: #747474. Windows color (decimal): -9406854 or 8025712. OLE color: 8025712.

HSL color Cylindrical-coordinate representation of color #70767A: hue angle of 204º 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 #70767A is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 118 122 -
CMYK 0.08 0.03 0 0.52
HSL 204º 0.04% 0.46% -
HSV(B) 204º 0.08% 0.48% -
XYZ 16.67 17.81 20.97 -
YUV 116.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 112 118 122 0.08 0.03 0 0.52 204 0.04 0.46
Hex 70 76 7A 8 3 0 34 CC 4 2E
Octal 160 166 172 10 3 0 64 314 4 56
Binary 1110000 1110110 1111010 1000 11 0 110100 11001100 100 101110

Color Harmonies of #70767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70767A

Black with #70767A

Text Example


Text Example

White with #70767A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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