Html Css Color HEX #75704D Go Ben

📋 copy color: '#75704D'

red 117 ◦ green 112 ◦ blue 77

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

Shades of Go Ben #75704D

Tints of Go Ben #75704D

RGB

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

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

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

R = 38.24%
G = 36.6%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75704D (or 0x75704D) is known color: Go Ben. HEX triplet: 75, 70 and 4D. RGB value is (117,112,77). Sum of RGB (Red+Green+Blue) = 117+112+77=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #75704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75704D is #8A8FB2. Grayscale: #6D6D6D. Windows color (decimal): -9080755 or 5075061. OLE color: 5075061.

HSL color Cylindrical-coordinate representation of color #75704D: hue angle of 52.5º 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 #75704D is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 112 77 -
CMYK 0 0.04 0.34 0.54
HSL 52.5º 0.21% 0.38% -
HSV(B) 52.5º 0.34% 0.46% -
XYZ 14.47 15.91 9.33 -
YUV 109.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 117 112 77 0 0.04 0.34 0.54 52.5 0.21 0.38
Hex 75 70 4D 0 4 22 36 34 15 26
Octal 165 160 115 0 4 42 66 64 25 46
Binary 1110101 1110000 1001101 0 100 100010 110110 110100 10101 100110

Color Harmonies of #75704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75704D

Black with #75704D

Text Example


Text Example

White with #75704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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