Html Css Color HEX #757048 Go Ben

📋 copy color: '#757048'

red 117 ◦ green 112 ◦ blue 72

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

Shades of Go Ben #757048

Tints of Go Ben #757048

RGB

 RED value IS 117 (46.09% from 255) = 38.87%

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

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

R = 38.87%
G = 37.21%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#757048 (or 0x757048) is known color: Go Ben. HEX triplet: 75, 70 and 48. RGB value is (117,112,72). Sum of RGB (Red+Green+Blue) = 117+112+72=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #757048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757048 is #8A8FB7. Grayscale: #6D6D6D. Windows color (decimal): -9080760 or 4747381. OLE color: 4747381.

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

Color convert

RGB 117 112 72 -
CMYK 0 0.04 0.38 0.54
HSL 53.33º 0.24% 0.37% -
HSV(B) 53.33º 0.38% 0.46% -
XYZ 14.3 15.84 8.43 -
YUV 108.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 117 112 72 0 0.04 0.38 0.54 53.33 0.24 0.37
Hex 75 70 48 0 4 26 36 35 18 25
Octal 165 160 110 0 4 46 66 65 30 45
Binary 1110101 1110000 1001000 0 100 100110 110110 110101 11000 100101

Color Harmonies of #757048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757048

Black with #757048

Text Example


Text Example

White with #757048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757048; }

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

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

background-color css

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

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

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

border-color css

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

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

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