Html Css Color HEX #766D4E Go Ben

📋 copy color: '#766D4E'

red 118 ◦ green 109 ◦ blue 78

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

Shades of Go Ben #766D4E

Tints of Go Ben #766D4E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.74%

 BLUE value IS 78 (30.86% from 255) = 25.57%

R = 38.69%
G = 35.74%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#766D4E (or 0x766D4E) is known color: Go Ben. HEX triplet: 76, 6D and 4E. RGB value is (118,109,78). Sum of RGB (Red+Green+Blue) = 118+109+78=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #766D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D4E is #8992B1. Grayscale: #6C6C6C. Windows color (decimal): -9015986 or 5139830. OLE color: 5139830.

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

Color convert

RGB 118 109 78 -
CMYK 0 0.08 0.34 0.54
HSL 46.5º 0.2% 0.38% -
HSV(B) 46.5º 0.34% 0.46% -
XYZ 14.32 15.34 9.41 -
YUV 108.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 118 109 78 0 0.08 0.34 0.54 46.5 0.2 0.38
Hex 76 6D 4E 0 8 22 36 2E 14 26
Octal 166 155 116 0 10 42 66 56 24 46
Binary 1110110 1101101 1001110 0 1000 100010 110110 101110 10100 100110

Color Harmonies of #766D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D4E

Black with #766D4E

Text Example


Text Example

White with #766D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,109,78); }

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

background-color css

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

 a { background-color: rgb(118,109,78); }

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

border-color css

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

 span { border-color: rgb(118,109,78); }

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