Html Css Color HEX #7D754B Go Ben

📋 copy color: '#7D754B'

red 125 ◦ green 117 ◦ blue 75

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

Shades of Go Ben #7D754B

Tints of Go Ben #7D754B

RGB

 RED value IS 125 (49.22% from 255) = 39.43%

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

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

R = 39.43%
G = 36.91%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7D754B (or 0x7D754B) is known color: Go Ben. HEX triplet: 7D, 75 and 4B. RGB value is (125,117,75). Sum of RGB (Red+Green+Blue) = 125+117+75=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 125 - color contains mainly: red. Hex color #7D754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D754B is #828AB4. Grayscale: #727272. Windows color (decimal): -8555189 or 4945277. OLE color: 4945277.

HSL color Cylindrical-coordinate representation of color #7D754B: hue angle of 50.4º 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 #7D754B is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 117 75 -
CMYK 0 0.06 0.40 0.51
HSL 50.4º 0.25% 0.39% -
HSV(B) 50.4º 0.4% 0.49% -
XYZ 16.09 17.59 9.2 -
YUV 114.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 125 117 75 0 0.06 0.40 0.51 50.4 0.25 0.39
Hex 7D 75 4B 0 6 28 33 32 19 27
Octal 175 165 113 0 6 50 63 62 31 47
Binary 1111101 1110101 1001011 0 110 101000 110011 110010 11001 100111

Color Harmonies of #7D754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D754B

Black with #7D754B

Text Example


Text Example

White with #7D754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,117,75); }

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

background-color css

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

 a { background-color: rgb(125,117,75); }

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

border-color css

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

 span { border-color: rgb(125,117,75); }

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