Html Css Color HEX #7E734B Go Ben

📋 copy color: '#7E734B'

red 126 ◦ green 115 ◦ blue 75

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

Shades of Go Ben #7E734B

Tints of Go Ben #7E734B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.39%

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 39.87%
G = 36.39%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7E734B (or 0x7E734B) is known color: Go Ben. HEX triplet: 7E, 73 and 4B. RGB value is (126,115,75). Sum of RGB (Red+Green+Blue) = 126+115+75=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 126 - color contains mainly: red. Hex color #7E734B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E734B is #818CB4. Grayscale: #717171. Windows color (decimal): -8490165 or 4944766. OLE color: 4944766.

HSL color Cylindrical-coordinate representation of color #7E734B: hue angle of 47.06º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E734B is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 115 75 -
CMYK 0 0.09 0.40 0.51
HSL 47.06º 0.25% 0.39% -
HSV(B) 47.06º 0.4% 0.49% -
XYZ 16 17.21 9.13 -
YUV 113.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 126 115 75 0 0.09 0.40 0.51 47.06 0.25 0.39
Hex 7E 73 4B 0 9 28 33 2F 19 27
Octal 176 163 113 0 11 50 63 57 31 47
Binary 1111110 1110011 1001011 0 1001 101000 110011 101111 11001 100111

Color Harmonies of #7E734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E734B

Black with #7E734B

Text Example


Text Example

White with #7E734B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,115,75); }

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

background-color css

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

 a { background-color: rgb(126,115,75); }

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

border-color css

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

 span { border-color: rgb(126,115,75); }

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