Html Css Color HEX #757050 Go Ben

📋 copy color: '#757050'

red 117 ◦ green 112 ◦ blue 80

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

Shades of Go Ben #757050

Tints of Go Ben #757050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.89%

R = 37.86%
G = 36.25%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#757050 (or 0x757050) is known color: Go Ben. HEX triplet: 75, 70 and 50. RGB value is (117,112,80). Sum of RGB (Red+Green+Blue) = 117+112+80=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #757050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757050 is #8A8FAF. Grayscale: #6D6D6D. Windows color (decimal): -9080752 or 5271669. OLE color: 5271669.

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

Color convert

RGB 117 112 80 -
CMYK 0 0.04 0.32 0.54
HSL 51.89º 0.19% 0.39% -
HSV(B) 51.89º 0.32% 0.46% -
XYZ 14.58 15.95 9.9 -
YUV 109.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 117 112 80 0 0.04 0.32 0.54 51.89 0.19 0.39
Hex 75 70 50 0 4 20 36 34 13 27
Octal 165 160 120 0 4 40 66 64 23 47
Binary 1110101 1110000 1010000 0 100 100000 110110 110100 10011 100111

Color Harmonies of #757050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757050

Black with #757050

Text Example


Text Example

White with #757050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757050; }

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

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

background-color css

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

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

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

border-color css

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

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

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