Html Css Color HEX #767048 Go Ben

📋 copy color: '#767048'

red 118 ◦ green 112 ◦ blue 72

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

Shades of Go Ben #767048

Tints of Go Ben #767048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.09%

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

R = 39.07%
G = 37.09%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#767048 (or 0x767048) is known color: Go Ben. HEX triplet: 76, 70 and 48. RGB value is (118,112,72). Sum of RGB (Red+Green+Blue) = 118+112+72=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #767048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767048 is #898FB7. Grayscale: #6D6D6D. Windows color (decimal): -9015224 or 4747382. OLE color: 4747382.

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

Color convert

RGB 118 112 72 -
CMYK 0 0.05 0.39 0.54
HSL 52.17º 0.24% 0.37% -
HSV(B) 52.17º 0.39% 0.46% -
XYZ 14.44 15.91 8.44 -
YUV 109.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 118 112 72 0 0.05 0.39 0.54 52.17 0.24 0.37
Hex 76 70 48 0 5 27 36 34 18 25
Octal 166 160 110 0 5 47 66 64 30 45
Binary 1110110 1110000 1001000 0 101 100111 110110 110100 11000 100101

Color Harmonies of #767048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767048

Black with #767048

Text Example


Text Example

White with #767048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767048; }

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

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

background-color css

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

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

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

border-color css

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

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

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