Html Css Color HEX #7E754F Go Ben

📋 copy color: '#7E754F'

red 126 ◦ green 117 ◦ blue 79

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

Shades of Go Ben #7E754F

Tints of Go Ben #7E754F

RGB

 RED value IS 126 (49.61% from 255) = 39.13%

 GREEN value IS 117 (46.09% from 255) = 36.34%

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

R = 39.13%
G = 36.34%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7E754F (or 0x7E754F) is known color: Go Ben. HEX triplet: 7E, 75 and 4F. RGB value is (126,117,79). Sum of RGB (Red+Green+Blue) = 126+117+79=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 126 - color contains mainly: red. Hex color #7E754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E754F is #818AB0. Grayscale: #737373. Windows color (decimal): -8489649 or 5207422. OLE color: 5207422.

HSL color Cylindrical-coordinate representation of color #7E754F: hue angle of 48.51º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E754F is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 117 79 -
CMYK 0 0.07 0.37 0.51
HSL 48.51º 0.23% 0.4% -
HSV(B) 48.51º 0.37% 0.49% -
XYZ 16.38 17.72 9.95 -
YUV 115.36 107.48 135.59 -
System Red Green Blue C M Y K H S L
Decimal 126 117 79 0 0.07 0.37 0.51 48.51 0.23 0.4
Hex 7E 75 4F 0 7 25 33 31 17 28
Octal 176 165 117 0 7 45 63 61 27 50
Binary 1111110 1110101 1001111 0 111 100101 110011 110001 10111 101000

Color Harmonies of #7E754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E754F

Black with #7E754F

Text Example


Text Example

White with #7E754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E754F; }

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

 H1.HeaderClassName
 {
   color: #7E754F;
 }
 .AnyTagClassName
 {
   color: #7E754F;
 }
</style>

background-color css

<style>
 a { background-color: #7E754F; }

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

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

border-color css

<style>
 span { border-color: #7E754F; }

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

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