Html Css Color HEX #776C4B Go Ben

📋 copy color: '#776C4B'

red 119 ◦ green 108 ◦ blue 75

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

Shades of Go Ben #776C4B

Tints of Go Ben #776C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.83%

R = 39.4%
G = 35.76%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#776C4B (or 0x776C4B) is known color: Go Ben. HEX triplet: 77, 6C and 4B. RGB value is (119,108,75). Sum of RGB (Red+Green+Blue) = 119+108+75=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #776C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C4B is #8893B4. Grayscale: #6B6B6B. Windows color (decimal): -8950709 or 4942967. OLE color: 4942967.

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

Color convert

RGB 119 108 75 -
CMYK 0 0.09 0.37 0.53
HSL 45º 0.23% 0.38% -
HSV(B) 45º 0.37% 0.47% -
XYZ 14.24 15.16 8.83 -
YUV 107.53 109.64 136.18 -
System Red Green Blue C M Y K H S L
Decimal 119 108 75 0 0.09 0.37 0.53 45 0.23 0.38
Hex 77 6C 4B 0 9 25 35 2D 17 26
Octal 167 154 113 0 11 45 65 55 27 46
Binary 1110111 1101100 1001011 0 1001 100101 110101 101101 10111 100110

Color Harmonies of #776C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C4B

Black with #776C4B

Text Example


Text Example

White with #776C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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