Html Css Color HEX #75714D Go Ben

📋 copy color: '#75714D'

red 117 ◦ green 113 ◦ blue 77

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

Shades of Go Ben #75714D

Tints of Go Ben #75714D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.81%

 BLUE value IS 77 (30.47% from 255) = 25.08%

R = 38.11%
G = 36.81%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75714D (or 0x75714D) is known color: Go Ben. HEX triplet: 75, 71 and 4D. RGB value is (117,113,77). Sum of RGB (Red+Green+Blue) = 117+113+77=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #75714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75714D is #8A8EB2. Grayscale: #6E6E6E. Windows color (decimal): -9080499 or 5075317. OLE color: 5075317.

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

Color convert

RGB 117 113 77 -
CMYK 0 0.03 0.34 0.54
HSL 54º 0.21% 0.38% -
HSV(B) 54º 0.34% 0.46% -
XYZ 14.58 16.13 9.37 -
YUV 110.09 109.33 132.93 -
System Red Green Blue C M Y K H S L
Decimal 117 113 77 0 0.03 0.34 0.54 54 0.21 0.38
Hex 75 71 4D 0 3 22 36 36 15 26
Octal 165 161 115 0 3 42 66 66 25 46
Binary 1110101 1110001 1001101 0 11 100010 110110 110110 10101 100110

Color Harmonies of #75714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75714D

Black with #75714D

Text Example


Text Example

White with #75714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75714D; }

 p { color: rgb(117,113,77); }

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

background-color css

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

 a { background-color: rgb(117,113,77); }

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

border-color css

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

 span { border-color: rgb(117,113,77); }

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