Html Css Color HEX #707172 Raven

📋 copy color: '#707172'

red 112 ◦ green 113 ◦ blue 114

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

Shades of Raven #707172

Tints of Raven #707172

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 33.04%
G = 33.33%
B = 33.63%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#707172 (or 0x707172) is known color: Raven. HEX triplet: 70, 71 and 72. RGB value is (112,113,114). Sum of RGB (Red+Green+Blue) = 112+113+114=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 114 - color contains mainly: blue. Hex color #707172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707172 is #8F8E8D. Grayscale: #707070. Windows color (decimal): -9408142 or 7500144. OLE color: 7500144.

HSL color Cylindrical-coordinate representation of color #707172: hue angle of 210º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #707172 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 113 114 -
CMYK 0.02 0.01 0 0.55
HSL 210º 0.01% 0.44% -
HSV(B) 210º 0.02% 0.45% -
XYZ 15.62 16.47 18.28 -
YUV 112.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 112 113 114 0.02 0.01 0 0.55 210 0.01 0.44
Hex 70 71 72 2 1 0 37 D2 1 2C
Octal 160 161 162 2 1 0 67 322 1 54
Binary 1110000 1110001 1110010 10 1 0 110111 11010010 1 101100

Color Harmonies of #707172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707172

Black with #707172

Text Example


Text Example

White with #707172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707172; }

 p { color: rgb(112,113,114); }

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

background-color css

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

 a { background-color: rgb(112,113,114); }

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

border-color css

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

 span { border-color: rgb(112,113,114); }

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