Html Css Color HEX #757248 Go Ben

📋 copy color: '#757248'

red 117 ◦ green 114 ◦ blue 72

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

Shades of Go Ben #757248

Tints of Go Ben #757248

RGB

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

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

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

R = 38.61%
G = 37.62%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#757248 (or 0x757248) is known color: Go Ben. HEX triplet: 75, 72 and 48. RGB value is (117,114,72). Sum of RGB (Red+Green+Blue) = 117+114+72=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #757248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757248 is #8A8DB7. Grayscale: #6E6E6E. Windows color (decimal): -9080248 or 4747893. OLE color: 4747893.

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

Color convert

RGB 117 114 72 -
CMYK 0 0.03 0.38 0.54
HSL 56º 0.24% 0.37% -
HSV(B) 56º 0.38% 0.46% -
XYZ 14.52 16.28 8.51 -
YUV 110.11 106.49 132.92 -
System Red Green Blue C M Y K H S L
Decimal 117 114 72 0 0.03 0.38 0.54 56 0.24 0.37
Hex 75 72 48 0 3 26 36 38 18 25
Octal 165 162 110 0 3 46 66 70 30 45
Binary 1110101 1110010 1001000 0 11 100110 110110 111000 11000 100101

Color Harmonies of #757248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757248

Black with #757248

Text Example


Text Example

White with #757248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757248; }

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

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

background-color css

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

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

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

border-color css

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

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

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