Html Css Color HEX #707276 Raven

📋 copy color: '#707276'

red 112 ◦ green 114 ◦ blue 118

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

Shades of Raven #707276

Tints of Raven #707276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.14%

 BLUE value IS 118 (46.48% from 255) = 34.3%

R = 32.56%
G = 33.14%
B = 34.3%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#707276 (or 0x707276) is known color: Raven. HEX triplet: 70, 72 and 76. RGB value is (112,114,118). Sum of RGB (Red+Green+Blue) = 112+114+118=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 118 - color contains mainly: blue. Hex color #707276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707276 is #8F8D89. Grayscale: #717171. Windows color (decimal): -9407882 or 7762544. OLE color: 7762544.

HSL color Cylindrical-coordinate representation of color #707276: hue angle of 220º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #707276 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 114 118 -
CMYK 0.05 0.03 0 0.54
HSL 220º 0.03% 0.45% -
HSV(B) 220º 0.05% 0.46% -
XYZ 15.97 16.79 19.54 -
YUV 113.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 112 114 118 0.05 0.03 0 0.54 220 0.03 0.45
Hex 70 72 76 5 3 0 36 DC 3 2D
Octal 160 162 166 5 3 0 66 334 3 55
Binary 1110000 1110010 1110110 101 11 0 110110 11011100 11 101101

Color Harmonies of #707276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707276

Black with #707276

Text Example


Text Example

White with #707276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707276; }

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

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

background-color css

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

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

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

border-color css

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

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

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