Html Css Color HEX #757247 Go Ben

📋 copy color: '#757247'

red 117 ◦ green 114 ◦ blue 71

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

Shades of Go Ben #757247

Tints of Go Ben #757247

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.75%

 BLUE value IS 71 (28.13% from 255) = 23.51%

R = 38.74%
G = 37.75%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#757247 (or 0x757247) is known color: Go Ben. HEX triplet: 75, 72 and 47. RGB value is (117,114,71). Sum of RGB (Red+Green+Blue) = 117+114+71=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #757247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757247 is #8A8DB8. Grayscale: #6E6E6E. Windows color (decimal): -9080249 or 4682357. OLE color: 4682357.

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

Color convert

RGB 117 114 71 -
CMYK 0 0.03 0.39 0.54
HSL 56.09º 0.24% 0.37% -
HSV(B) 56.09º 0.39% 0.46% -
XYZ 14.49 16.27 8.34 -
YUV 110 105.99 133 -
System Red Green Blue C M Y K H S L
Decimal 117 114 71 0 0.03 0.39 0.54 56.09 0.24 0.37
Hex 75 72 47 0 3 27 36 38 18 25
Octal 165 162 107 0 3 47 66 70 30 45
Binary 1110101 1110010 1000111 0 11 100111 110110 111000 11000 100101

Color Harmonies of #757247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757247

Black with #757247

Text Example


Text Example

White with #757247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757247; }

 p { color: rgb(117,114,71); }

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

background-color css

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

 a { background-color: rgb(117,114,71); }

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

border-color css

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

 span { border-color: rgb(117,114,71); }

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