Html Css Color HEX #766F48 Go Ben

📋 copy color: '#766F48'

red 118 ◦ green 111 ◦ blue 72

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

Shades of Go Ben #766F48

Tints of Go Ben #766F48

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.88%

 BLUE value IS 72 (28.52% from 255) = 23.92%

R = 39.2%
G = 36.88%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#766F48 (or 0x766F48) is known color: Go Ben. HEX triplet: 76, 6F and 48. RGB value is (118,111,72). Sum of RGB (Red+Green+Blue) = 118+111+72=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #766F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F48 is #8990B7. Grayscale: #6C6C6C. Windows color (decimal): -9015480 or 4747126. OLE color: 4747126.

HSL color Cylindrical-coordinate representation of color #766F48: hue angle of 50.87º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #766F48 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 111 72 -
CMYK 0 0.06 0.39 0.54
HSL 50.87º 0.24% 0.37% -
HSV(B) 50.87º 0.39% 0.46% -
XYZ 14.33 15.69 8.4 -
YUV 108.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 118 111 72 0 0.06 0.39 0.54 50.87 0.24 0.37
Hex 76 6F 48 0 6 27 36 33 18 25
Octal 166 157 110 0 6 47 66 63 30 45
Binary 1110110 1101111 1001000 0 110 100111 110110 110011 11000 100101

Color Harmonies of #766F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F48

Black with #766F48

Text Example


Text Example

White with #766F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,111,72); }

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

background-color css

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

 a { background-color: rgb(118,111,72); }

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

border-color css

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

 span { border-color: rgb(118,111,72); }

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