Html Css Color HEX #776761 Russett

📋 copy color: '#776761'

red 119 ◦ green 103 ◦ blue 97

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

Shades of Russett #776761

Tints of Russett #776761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.29%

 BLUE value IS 97 (38.28% from 255) = 30.41%

R = 37.3%
G = 32.29%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#776761 (or 0x776761) is known color: Russett. HEX triplet: 77, 67 and 61. RGB value is (119,103,97). Sum of RGB (Red+Green+Blue) = 119+103+97=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #776761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776761 is #88989E. Grayscale: #6B6B6B. Windows color (decimal): -8951967 or 6383479. OLE color: 6383479.

HSL color Cylindrical-coordinate representation of color #776761: hue angle of 16.36º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #776761 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 103 97 -
CMYK 0 0.13 0.18 0.53
HSL 16.36º 0.1% 0.42% -
HSV(B) 16.36º 0.18% 0.47% -
XYZ 14.62 14.49 13.33 -
YUV 107.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 119 103 97 0 0.13 0.18 0.53 16.36 0.1 0.42
Hex 77 67 61 0 D 12 35 10 A 2A
Octal 167 147 141 0 15 22 65 20 12 52
Binary 1110111 1100111 1100001 0 1101 10010 110101 10000 1010 101010

Color Harmonies of #776761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776761

Black with #776761

Text Example


Text Example

White with #776761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776761; }

 p { color: rgb(119,103,97); }

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

background-color css

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

 a { background-color: rgb(119,103,97); }

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

border-color css

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

 span { border-color: rgb(119,103,97); }

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