Html Css Color HEX #75714F Go Ben

📋 copy color: '#75714F'

red 117 ◦ green 113 ◦ blue 79

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

Shades of Go Ben #75714F

Tints of Go Ben #75714F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.57%

R = 37.86%
G = 36.57%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#75714F (or 0x75714F) is known color: Go Ben. HEX triplet: 75, 71 and 4F. RGB value is (117,113,79). Sum of RGB (Red+Green+Blue) = 117+113+79=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #75714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75714F is #8A8EB0. Grayscale: #6E6E6E. Windows color (decimal): -9080497 or 5206389. OLE color: 5206389.

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

Color convert

RGB 117 113 79 -
CMYK 0 0.03 0.32 0.54
HSL 53.68º 0.19% 0.38% -
HSV(B) 53.68º 0.32% 0.46% -
XYZ 14.65 16.16 9.74 -
YUV 110.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 117 113 79 0 0.03 0.32 0.54 53.68 0.19 0.38
Hex 75 71 4F 0 3 20 36 36 13 26
Octal 165 161 117 0 3 40 66 66 23 46
Binary 1110101 1110001 1001111 0 11 100000 110110 110110 10011 100110

Color Harmonies of #75714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75714F

Black with #75714F

Text Example


Text Example

White with #75714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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