Html Css Color HEX #766D4D Go Ben

📋 copy color: '#766D4D'

red 118 ◦ green 109 ◦ blue 77

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

Shades of Go Ben #766D4D

Tints of Go Ben #766D4D

RGB

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

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

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

R = 38.82%
G = 35.86%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#766D4D (or 0x766D4D) is known color: Go Ben. HEX triplet: 76, 6D and 4D. RGB value is (118,109,77). Sum of RGB (Red+Green+Blue) = 118+109+77=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #766D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D4D is #8992B2. Grayscale: #6C6C6C. Windows color (decimal): -9015987 or 5074294. OLE color: 5074294.

HSL color Cylindrical-coordinate representation of color #766D4D: hue angle of 46.83º 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 #766D4D is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 109 77 -
CMYK 0 0.08 0.35 0.54
HSL 46.83º 0.21% 0.38% -
HSV(B) 46.83º 0.35% 0.46% -
XYZ 14.28 15.32 9.23 -
YUV 108.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 118 109 77 0 0.08 0.35 0.54 46.83 0.21 0.38
Hex 76 6D 4D 0 8 23 36 2F 15 26
Octal 166 155 115 0 10 43 66 57 25 46
Binary 1110110 1101101 1001101 0 1000 100011 110110 101111 10101 100110

Color Harmonies of #766D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D4D

Black with #766D4D

Text Example


Text Example

White with #766D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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