Html Css Color HEX #776F6B Russett

📋 copy color: '#776F6B'

red 119 ◦ green 111 ◦ blue 107

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

Shades of Russett #776F6B

Tints of Russett #776F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.75%

R = 35.31%
G = 32.94%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#776F6B (or 0x776F6B) is known color: Russett. HEX triplet: 77, 6F and 6B. RGB value is (119,111,107). Sum of RGB (Red+Green+Blue) = 119+111+107=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #776F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F6B is #889094. Grayscale: #707070. Windows color (decimal): -8949909 or 7040887. OLE color: 7040887.

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

Color convert

RGB 119 111 107 -
CMYK 0 0.07 0.10 0.53
HSL 20º 0.05% 0.44% -
HSV(B) 20º 0.1% 0.47% -
XYZ 15.95 16.35 16.23 -
YUV 112.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 119 111 107 0 0.07 0.10 0.53 20 0.05 0.44
Hex 77 6F 6B 0 7 A 35 14 5 2C
Octal 167 157 153 0 7 12 65 24 5 54
Binary 1110111 1101111 1101011 0 111 1010 110101 10100 101 101100

Color Harmonies of #776F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F6B

Black with #776F6B

Text Example


Text Example

White with #776F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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