Html Css Color HEX #707277 Raven

📋 copy color: '#707277'

red 112 ◦ green 114 ◦ blue 119

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

Shades of Raven #707277

Tints of Raven #707277

RGB

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

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

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

R = 32.46%
G = 33.04%
B = 34.49%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#707277 (or 0x707277) is known color: Raven. HEX triplet: 70, 72 and 77. RGB value is (112,114,119). Sum of RGB (Red+Green+Blue) = 112+114+119=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 119 - color contains mainly: blue. Hex color #707277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707277 is #8F8D88. Grayscale: #717171. Windows color (decimal): -9407881 or 7828080. OLE color: 7828080.

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

Color convert

RGB 112 114 119 -
CMYK 0.06 0.04 0 0.53
HSL 222.86º 0.03% 0.45% -
HSV(B) 222.86º 0.06% 0.47% -
XYZ 16.03 16.81 19.85 -
YUV 113.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 112 114 119 0.06 0.04 0 0.53 222.86 0.03 0.45
Hex 70 72 77 6 4 0 35 DF 3 2D
Octal 160 162 167 6 4 0 65 337 3 55
Binary 1110000 1110010 1110111 110 100 0 110101 11011111 11 101101

Color Harmonies of #707277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707277

Black with #707277

Text Example


Text Example

White with #707277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707277; }

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

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

background-color css

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

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

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

border-color css

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

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

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