Html Css Color HEX #777270 Russett

📋 copy color: '#777270'

red 119 ◦ green 114 ◦ blue 112

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

Shades of Russett #777270

Tints of Russett #777270

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#777270 (or 0x777270) is known color: Russett. HEX triplet: 77, 72 and 70. RGB value is (119,114,112). Sum of RGB (Red+Green+Blue) = 119+114+112=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 119 - color contains mainly: red. Hex color #777270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777270 is #888D8F. Grayscale: #737373. Windows color (decimal): -8949136 or 7369335. OLE color: 7369335.

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

Color convert

RGB 119 114 112 -
CMYK 0 0.04 0.06 0.53
HSL 17.14º 0.03% 0.45% -
HSV(B) 17.14º 0.06% 0.47% -
XYZ 16.55 17.13 17.76 -
YUV 115.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 119 114 112 0 0.04 0.06 0.53 17.14 0.03 0.45
Hex 77 72 70 0 4 6 35 11 3 2D
Octal 167 162 160 0 4 6 65 21 3 55
Binary 1110111 1110010 1110000 0 100 110 110101 10001 11 101101

Color Harmonies of #777270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777270

Black with #777270

Text Example


Text Example

White with #777270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777270; }

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

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

background-color css

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

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

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

border-color css

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

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

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