Html Css Color HEX #757049 Go Ben

📋 copy color: '#757049'

red 117 ◦ green 112 ◦ blue 73

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

Shades of Go Ben #757049

Tints of Go Ben #757049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.17%

R = 38.74%
G = 37.09%
B = 24.17%

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

#757049 (or 0x757049) is known color: Go Ben. HEX triplet: 75, 70 and 49. RGB value is (117,112,73). Sum of RGB (Red+Green+Blue) = 117+112+73=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #757049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757049 is #8A8FB6. Grayscale: #6D6D6D. Windows color (decimal): -9080759 or 4812917. OLE color: 4812917.

HSL color Cylindrical-coordinate representation of color #757049: hue angle of 53.18º degrees, saturation: 0.23, 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 #757049 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 112 73 -
CMYK 0 0.04 0.38 0.54
HSL 53.18º 0.23% 0.37% -
HSV(B) 53.18º 0.38% 0.46% -
XYZ 14.33 15.85 8.61 -
YUV 109.05 107.66 133.67 -
System Red Green Blue C M Y K H S L
Decimal 117 112 73 0 0.04 0.38 0.54 53.18 0.23 0.37
Hex 75 70 49 0 4 26 36 35 17 25
Octal 165 160 111 0 4 46 66 65 27 45
Binary 1110101 1110000 1001001 0 100 100110 110110 110101 10111 100101

Color Harmonies of #757049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757049

Black with #757049

Text Example


Text Example

White with #757049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757049; }

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

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

background-color css

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

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

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

border-color css

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

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

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