Html Css Color HEX #707377 Raven

📋 copy color: '#707377'

red 112 ◦ green 115 ◦ blue 119

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

Shades of Raven #707377

Tints of Raven #707377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.39%

R = 32.37%
G = 33.24%
B = 34.39%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#707377 (or 0x707377) is known color: Raven. HEX triplet: 70, 73 and 77. RGB value is (112,115,119). Sum of RGB (Red+Green+Blue) = 112+115+119=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 119 - color contains mainly: blue. Hex color #707377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707377 is #8F8C88. Grayscale: #727272. Windows color (decimal): -9407625 or 7828336. OLE color: 7828336.

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

Color convert

RGB 112 115 119 -
CMYK 0.06 0.03 0 0.53
HSL 214.29º 0.03% 0.45% -
HSV(B) 214.29º 0.06% 0.47% -
XYZ 16.14 17.04 19.89 -
YUV 114.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 112 115 119 0.06 0.03 0 0.53 214.29 0.03 0.45
Hex 70 73 77 6 3 0 35 D6 3 2D
Octal 160 163 167 6 3 0 65 326 3 55
Binary 1110000 1110011 1110111 110 11 0 110101 11010110 11 101101

Color Harmonies of #707377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707377

Black with #707377

Text Example


Text Example

White with #707377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707377; }

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

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

background-color css

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

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

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

border-color css

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

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

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