Html Css Color HEX #75704C Go Ben

📋 copy color: '#75704C'

red 117 ◦ green 112 ◦ blue 76

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

Shades of Go Ben #75704C

Tints of Go Ben #75704C

RGB

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

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

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

R = 38.36%
G = 36.72%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75704C (or 0x75704C) is known color: Go Ben. HEX triplet: 75, 70 and 4C. RGB value is (117,112,76). Sum of RGB (Red+Green+Blue) = 117+112+76=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #75704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75704C is #8A8FB3. Grayscale: #6D6D6D. Windows color (decimal): -9080756 or 5009525. OLE color: 5009525.

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

Color convert

RGB 117 112 76 -
CMYK 0 0.04 0.35 0.54
HSL 52.68º 0.21% 0.38% -
HSV(B) 52.68º 0.35% 0.46% -
XYZ 14.43 15.89 9.14 -
YUV 109.39 109.16 133.43 -
System Red Green Blue C M Y K H S L
Decimal 117 112 76 0 0.04 0.35 0.54 52.68 0.21 0.38
Hex 75 70 4C 0 4 23 36 35 15 26
Octal 165 160 114 0 4 43 66 65 25 46
Binary 1110101 1110000 1001100 0 100 100011 110110 110101 10101 100110

Color Harmonies of #75704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75704C

Black with #75704C

Text Example


Text Example

White with #75704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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