Html Css Color HEX #766E4D Go Ben

📋 copy color: '#766E4D'

red 118 ◦ green 110 ◦ blue 77

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

Shades of Go Ben #766E4D

Tints of Go Ben #766E4D

RGB

 RED value IS 118 (46.48% from 255) = 38.69%

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

 BLUE value IS 77 (30.47% from 255) = 25.25%

R = 38.69%
G = 36.07%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#766E4D (or 0x766E4D) is known color: Go Ben. HEX triplet: 76, 6E and 4D. RGB value is (118,110,77). Sum of RGB (Red+Green+Blue) = 118+110+77=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #766E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E4D is #8991B2. Grayscale: #6C6C6C. Windows color (decimal): -9015731 or 5074550. OLE color: 5074550.

HSL color Cylindrical-coordinate representation of color #766E4D: hue angle of 48.29º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #766E4D is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 110 77 -
CMYK 0 0.07 0.35 0.54
HSL 48.29º 0.21% 0.38% -
HSV(B) 48.29º 0.35% 0.46% -
XYZ 14.39 15.54 9.26 -
YUV 108.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 118 110 77 0 0.07 0.35 0.54 48.29 0.21 0.38
Hex 76 6E 4D 0 7 23 36 30 15 26
Octal 166 156 115 0 7 43 66 60 25 46
Binary 1110110 1101110 1001101 0 111 100011 110110 110000 10101 100110

Color Harmonies of #766E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E4D

Black with #766E4D

Text Example


Text Example

White with #766E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766E4D; }

 p { color: rgb(118,110,77); }

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

background-color css

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

 a { background-color: rgb(118,110,77); }

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

border-color css

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

 span { border-color: rgb(118,110,77); }

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