Html Css Color HEX #766A47 Go Ben

📋 copy color: '#766A47'

red 118 ◦ green 106 ◦ blue 71

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

Shades of Go Ben #766A47

Tints of Go Ben #766A47

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.93%

 BLUE value IS 71 (28.13% from 255) = 24.07%

R = 40%
G = 35.93%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#766A47 (or 0x766A47) is known color: Go Ben. HEX triplet: 76, 6A and 47. RGB value is (118,106,71). Sum of RGB (Red+Green+Blue) = 118+106+71=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #766A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A47 is #8995B8. Grayscale: #696969. Windows color (decimal): -9016761 or 4680310. OLE color: 4680310.

HSL color Cylindrical-coordinate representation of color #766A47: hue angle of 44.68º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #766A47 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 106 71 -
CMYK 0 0.10 0.40 0.54
HSL 44.68º 0.25% 0.37% -
HSV(B) 44.68º 0.4% 0.46% -
XYZ 13.76 14.61 8.06 -
YUV 105.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 118 106 71 0 0.10 0.40 0.54 44.68 0.25 0.37
Hex 76 6A 47 0 A 28 36 2D 19 25
Octal 166 152 107 0 12 50 66 55 31 45
Binary 1110110 1101010 1000111 0 1010 101000 110110 101101 11001 100101

Color Harmonies of #766A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A47

Black with #766A47

Text Example


Text Example

White with #766A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,106,71); }

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

background-color css

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

 a { background-color: rgb(118,106,71); }

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

border-color css

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

 span { border-color: rgb(118,106,71); }

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