Html Css Color HEX #707477 Raven

📋 copy color: '#707477'

red 112 ◦ green 116 ◦ blue 119

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

Shades of Raven #707477

Tints of Raven #707477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.43%

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

R = 32.28%
G = 33.43%
B = 34.29%

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

#707477 (or 0x707477) is known color: Raven. HEX triplet: 70, 74 and 77. RGB value is (112,116,119). Sum of RGB (Red+Green+Blue) = 112+116+119=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 119 - color contains mainly: blue. Hex color #707477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707477 is #8F8B88. Grayscale: #737373. Windows color (decimal): -9407369 or 7828592. OLE color: 7828592.

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

Color convert

RGB 112 116 119 -
CMYK 0.06 0.03 0 0.53
HSL 205.71º 0.03% 0.45% -
HSV(B) 205.71º 0.06% 0.47% -
XYZ 16.26 17.27 19.93 -
YUV 115.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 112 116 119 0.06 0.03 0 0.53 205.71 0.03 0.45
Hex 70 74 77 6 3 0 35 CE 3 2D
Octal 160 164 167 6 3 0 65 316 3 55
Binary 1110000 1110100 1110111 110 11 0 110101 11001110 11 101101

Color Harmonies of #707477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707477

Black with #707477

Text Example


Text Example

White with #707477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707477; }

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

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

background-color css

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

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

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

border-color css

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

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

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