Html Css Color HEX #766C48 Go Ben

📋 copy color: '#766C48'

red 118 ◦ green 108 ◦ blue 72

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

Shades of Go Ben #766C48

Tints of Go Ben #766C48

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.24%

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

R = 39.6%
G = 36.24%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#766C48 (or 0x766C48) is known color: Go Ben. HEX triplet: 76, 6C and 48. RGB value is (118,108,72). Sum of RGB (Red+Green+Blue) = 118+108+72=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #766C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C48 is #8993B7. Grayscale: #6B6B6B. Windows color (decimal): -9016248 or 4746358. OLE color: 4746358.

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

Color convert

RGB 118 108 72 -
CMYK 0 0.08 0.39 0.54
HSL 46.96º 0.24% 0.37% -
HSV(B) 46.96º 0.39% 0.46% -
XYZ 14 15.04 8.3 -
YUV 106.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 118 108 72 0 0.08 0.39 0.54 46.96 0.24 0.37
Hex 76 6C 48 0 8 27 36 2F 18 25
Octal 166 154 110 0 10 47 66 57 30 45
Binary 1110110 1101100 1001000 0 1000 100111 110110 101111 11000 100101

Color Harmonies of #766C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C48

Black with #766C48

Text Example


Text Example

White with #766C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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