Html Css Color HEX #7D7050 Go Ben

📋 copy color: '#7D7050'

red 125 ◦ green 112 ◦ blue 80

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

Shades of Go Ben #7D7050

Tints of Go Ben #7D7050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 39.43%
G = 35.33%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7D7050 (or 0x7D7050) is known color: Go Ben. HEX triplet: 7D, 70 and 50. RGB value is (125,112,80). Sum of RGB (Red+Green+Blue) = 125+112+80=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7050 is #828FAF. Grayscale: #707070. Windows color (decimal): -8556464 or 5271677. OLE color: 5271677.

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

Color convert

RGB 125 112 80 -
CMYK 0 0.10 0.36 0.51
HSL 42.67º 0.22% 0.4% -
HSV(B) 42.67º 0.36% 0.49% -
XYZ 15.7 16.53 9.95 -
YUV 112.24 109.81 137.1 -
System Red Green Blue C M Y K H S L
Decimal 125 112 80 0 0.10 0.36 0.51 42.67 0.22 0.4
Hex 7D 70 50 0 A 24 33 2B 16 28
Octal 175 160 120 0 12 44 63 53 26 50
Binary 1111101 1110000 1010000 0 1010 100100 110011 101011 10110 101000

Color Harmonies of #7D7050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7050

Black with #7D7050

Text Example


Text Example

White with #7D7050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,112,80); }

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

background-color css

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

 a { background-color: rgb(125,112,80); }

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

border-color css

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

 span { border-color: rgb(125,112,80); }

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