Html Css Color HEX #77716E Russett

📋 copy color: '#77716E'

red 119 ◦ green 113 ◦ blue 110

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

Shades of Russett #77716E

Tints of Russett #77716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.04%

 BLUE value IS 110 (43.36% from 255) = 32.16%

R = 34.8%
G = 33.04%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77716E (or 0x77716E) is known color: Russett. HEX triplet: 77, 71 and 6E. RGB value is (119,113,110). Sum of RGB (Red+Green+Blue) = 119+113+110=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 119 - color contains mainly: red. Hex color #77716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77716E is #888E91. Grayscale: #727272. Windows color (decimal): -8949394 or 7238007. OLE color: 7238007.

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

Color convert

RGB 119 113 110 -
CMYK 0 0.05 0.08 0.53
HSL 20º 0.04% 0.45% -
HSV(B) 20º 0.08% 0.47% -
XYZ 16.33 16.86 17.15 -
YUV 114.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 119 113 110 0 0.05 0.08 0.53 20 0.04 0.45
Hex 77 71 6E 0 5 8 35 14 4 2D
Octal 167 161 156 0 5 10 65 24 4 55
Binary 1110111 1110001 1101110 0 101 1000 110101 10100 100 101101

Color Harmonies of #77716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77716E

Black with #77716E

Text Example


Text Example

White with #77716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77716E; }

 p { color: rgb(119,113,110); }

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

background-color css

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

 a { background-color: rgb(119,113,110); }

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

border-color css

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

 span { border-color: rgb(119,113,110); }

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