Html Css Color HEX #776F6C Russett

📋 copy color: '#776F6C'

red 119 ◦ green 111 ◦ blue 108

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

Shades of Russett #776F6C

Tints of Russett #776F6C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.84%

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 35.21%
G = 32.84%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#776F6C (or 0x776F6C) is known color: Russett. HEX triplet: 77, 6F and 6C. RGB value is (119,111,108). Sum of RGB (Red+Green+Blue) = 119+111+108=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 119 - color contains mainly: red. Hex color #776F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F6C is #889093. Grayscale: #717171. Windows color (decimal): -8949908 or 7106423. OLE color: 7106423.

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

Color convert

RGB 119 111 108 -
CMYK 0 0.07 0.09 0.53
HSL 16.36º 0.05% 0.45% -
HSV(B) 16.36º 0.09% 0.47% -
XYZ 16 16.37 16.5 -
YUV 113.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 119 111 108 0 0.07 0.09 0.53 16.36 0.05 0.45
Hex 77 6F 6C 0 7 9 35 10 5 2D
Octal 167 157 154 0 7 11 65 20 5 55
Binary 1110111 1101111 1101100 0 111 1001 110101 10000 101 101101

Color Harmonies of #776F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F6C

Black with #776F6C

Text Example


Text Example

White with #776F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,111,108); }

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

background-color css

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

 a { background-color: rgb(119,111,108); }

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

border-color css

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

 span { border-color: rgb(119,111,108); }

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