Html Css Color HEX #776C41 Go Ben

📋 copy color: '#776C41'

red 119 ◦ green 108 ◦ blue 65

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

Shades of Go Ben #776C41

Tints of Go Ben #776C41

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.99%

 BLUE value IS 65 (25.78% from 255) = 22.26%

R = 40.75%
G = 36.99%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#776C41 (or 0x776C41) is known color: Go Ben. HEX triplet: 77, 6C and 41. RGB value is (119,108,65). Sum of RGB (Red+Green+Blue) = 119+108+65=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #776C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C41 is #8893BE. Grayscale: #6A6A6A. Windows color (decimal): -8950719 or 4287607. OLE color: 4287607.

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

Color convert

RGB 119 108 65 -
CMYK 0 0.09 0.45 0.53
HSL 47.78º 0.29% 0.36% -
HSV(B) 47.78º 0.45% 0.47% -
XYZ 13.92 15.03 7.17 -
YUV 106.39 104.64 137 -
System Red Green Blue C M Y K H S L
Decimal 119 108 65 0 0.09 0.45 0.53 47.78 0.29 0.36
Hex 77 6C 41 0 9 2D 35 30 1D 24
Octal 167 154 101 0 11 55 65 60 35 44
Binary 1110111 1101100 1000001 0 1001 101101 110101 110000 11101 100100

Color Harmonies of #776C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C41

Black with #776C41

Text Example


Text Example

White with #776C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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