Html Css Color HEX #707578 Raven

📋 copy color: '#707578'

red 112 ◦ green 117 ◦ blue 120

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

Shades of Raven #707578

Tints of Raven #707578

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.52%

 BLUE value IS 120 (47.27% from 255) = 34.38%

R = 32.09%
G = 33.52%
B = 34.38%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#707578 (or 0x707578) is known color: Raven. HEX triplet: 70, 75 and 78. RGB value is (112,117,120). Sum of RGB (Red+Green+Blue) = 112+117+120=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 120 - color contains mainly: blue. Hex color #707578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707578 is #8F8A87. Grayscale: #737373. Windows color (decimal): -9407112 or 7894384. OLE color: 7894384.

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

Color convert

RGB 112 117 120 -
CMYK 0.07 0.02 0 0.53
HSL 202.5º 0.03% 0.45% -
HSV(B) 202.5º 0.07% 0.47% -
XYZ 16.43 17.52 20.29 -
YUV 115.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 112 117 120 0.07 0.02 0 0.53 202.5 0.03 0.45
Hex 70 75 78 7 2 0 35 CA 3 2D
Octal 160 165 170 7 2 0 65 312 3 55
Binary 1110000 1110101 1111000 111 10 0 110101 11001010 11 101101

Color Harmonies of #707578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707578

Black with #707578

Text Example


Text Example

White with #707578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707578; }

 p { color: rgb(112,117,120); }

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

background-color css

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

 a { background-color: rgb(112,117,120); }

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

border-color css

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

 span { border-color: rgb(112,117,120); }

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