Html Css Color HEX #776A48 Go Ben

📋 copy color: '#776A48'

red 119 ◦ green 106 ◦ blue 72

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

Shades of Go Ben #776A48

Tints of Go Ben #776A48

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.69%

 BLUE value IS 72 (28.52% from 255) = 24.24%

R = 40.07%
G = 35.69%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#776A48 (or 0x776A48) is known color: Go Ben. HEX triplet: 77, 6A and 48. RGB value is (119,106,72). Sum of RGB (Red+Green+Blue) = 119+106+72=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #776A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A48 is #8895B7. Grayscale: #6A6A6A. Windows color (decimal): -8951224 or 4745847. OLE color: 4745847.

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

Color convert

RGB 119 106 72 -
CMYK 0 0.11 0.39 0.53
HSL 43.4º 0.25% 0.37% -
HSV(B) 43.4º 0.39% 0.47% -
XYZ 13.93 14.7 8.23 -
YUV 106.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 119 106 72 0 0.11 0.39 0.53 43.4 0.25 0.37
Hex 77 6A 48 0 B 27 35 2B 19 25
Octal 167 152 110 0 13 47 65 53 31 45
Binary 1110111 1101010 1001000 0 1011 100111 110101 101011 11001 100101

Color Harmonies of #776A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A48

Black with #776A48

Text Example


Text Example

White with #776A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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