Html Css Color HEX #75724C Go Ben

📋 copy color: '#75724C'

red 117 ◦ green 114 ◦ blue 76

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

Shades of Go Ben #75724C

Tints of Go Ben #75724C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.76%

R = 38.11%
G = 37.13%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75724C (or 0x75724C) is known color: Go Ben. HEX triplet: 75, 72 and 4C. RGB value is (117,114,76). Sum of RGB (Red+Green+Blue) = 117+114+76=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #75724C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75724C is #8A8DB3. Grayscale: #6E6E6E. Windows color (decimal): -9080244 or 5010037. OLE color: 5010037.

HSL color Cylindrical-coordinate representation of color #75724C: hue angle of 55.61º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75724C is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 114 76 -
CMYK 0 0.03 0.35 0.54
HSL 55.61º 0.21% 0.38% -
HSV(B) 55.61º 0.35% 0.46% -
XYZ 14.66 16.34 9.22 -
YUV 110.57 108.49 132.59 -
System Red Green Blue C M Y K H S L
Decimal 117 114 76 0 0.03 0.35 0.54 55.61 0.21 0.38
Hex 75 72 4C 0 3 23 36 38 15 26
Octal 165 162 114 0 3 43 66 70 25 46
Binary 1110101 1110010 1001100 0 11 100011 110110 111000 10101 100110

Color Harmonies of #75724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75724C

Black with #75724C

Text Example


Text Example

White with #75724C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75724C; }

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

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

background-color css

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

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

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

border-color css

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

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

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