Html Css Color HEX #707376 Raven

📋 copy color: '#707376'

red 112 ◦ green 115 ◦ blue 118

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

Shades of Raven #707376

Tints of Raven #707376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.33%

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

R = 32.46%
G = 33.33%
B = 34.2%

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

#707376 (or 0x707376) is known color: Raven. HEX triplet: 70, 73 and 76. RGB value is (112,115,118). Sum of RGB (Red+Green+Blue) = 112+115+118=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 118 - color contains mainly: blue. Hex color #707376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707376 is #8F8C89. Grayscale: #727272. Windows color (decimal): -9407626 or 7762800. OLE color: 7762800.

HSL color Cylindrical-coordinate representation of color #707376: hue angle of 210º 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 #707376 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 115 118 -
CMYK 0.05 0.03 0 0.54
HSL 210º 0.03% 0.45% -
HSV(B) 210º 0.05% 0.46% -
XYZ 16.08 17.01 19.58 -
YUV 114.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 112 115 118 0.05 0.03 0 0.54 210 0.03 0.45
Hex 70 73 76 5 3 0 36 D2 3 2D
Octal 160 163 166 5 3 0 66 322 3 55
Binary 1110000 1110011 1110110 101 11 0 110110 11010010 11 101101

Color Harmonies of #707376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707376

Black with #707376

Text Example


Text Example

White with #707376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707376; }

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

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

background-color css

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

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

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

border-color css

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

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

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