Html Css Color HEX #776E6A Russett

📋 copy color: '#776E6A'

red 119 ◦ green 110 ◦ blue 106

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

Shades of Russett #776E6A

Tints of Russett #776E6A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.84%

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 35.52%
G = 32.84%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#776E6A (or 0x776E6A) is known color: Russett. HEX triplet: 77, 6E and 6A. RGB value is (119,110,106). Sum of RGB (Red+Green+Blue) = 119+110+106=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 119 - color contains mainly: red. Hex color #776E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E6A is #889195. Grayscale: #707070. Windows color (decimal): -8950166 or 6975095. OLE color: 6975095.

HSL color Cylindrical-coordinate representation of color #776E6A: hue angle of 18.46º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #776E6A is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 110 106 -
CMYK 0 0.08 0.11 0.53
HSL 18.46º 0.06% 0.44% -
HSV(B) 18.46º 0.11% 0.47% -
XYZ 15.79 16.11 15.91 -
YUV 112.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 119 110 106 0 0.08 0.11 0.53 18.46 0.06 0.44
Hex 77 6E 6A 0 8 B 35 12 6 2C
Octal 167 156 152 0 10 13 65 22 6 54
Binary 1110111 1101110 1101010 0 1000 1011 110101 10010 110 101100

Color Harmonies of #776E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E6A

Black with #776E6A

Text Example


Text Example

White with #776E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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