Html Css Color HEX #776E4F Go Ben

📋 copy color: '#776E4F'

red 119 ◦ green 110 ◦ blue 79

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

Shades of Go Ben #776E4F

Tints of Go Ben #776E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.65%

R = 38.64%
G = 35.71%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#776E4F (or 0x776E4F) is known color: Go Ben. HEX triplet: 77, 6E and 4F. RGB value is (119,110,79). Sum of RGB (Red+Green+Blue) = 119+110+79=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #776E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E4F is #8891B0. Grayscale: #6D6D6D. Windows color (decimal): -8950193 or 5205623. OLE color: 5205623.

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

Color convert

RGB 119 110 79 -
CMYK 0 0.08 0.34 0.53
HSL 46.5º 0.2% 0.39% -
HSV(B) 46.5º 0.34% 0.47% -
XYZ 14.59 15.64 9.65 -
YUV 109.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 119 110 79 0 0.08 0.34 0.53 46.5 0.2 0.39
Hex 77 6E 4F 0 8 22 35 2E 14 27
Octal 167 156 117 0 10 42 65 56 24 47
Binary 1110111 1101110 1001111 0 1000 100010 110101 101110 10100 100111

Color Harmonies of #776E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E4F

Black with #776E4F

Text Example


Text Example

White with #776E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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