Html Css Color HEX #7D7450 Go Ben

📋 copy color: '#7D7450'

red 125 ◦ green 116 ◦ blue 80

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

Shades of Go Ben #7D7450

Tints of Go Ben #7D7450

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.14%

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

R = 38.94%
G = 36.14%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7D7450 (or 0x7D7450) is known color: Go Ben. HEX triplet: 7D, 74 and 50. RGB value is (125,116,80). Sum of RGB (Red+Green+Blue) = 125+116+80=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7450 is #828BAF. Grayscale: #727272. Windows color (decimal): -8555440 or 5272701. OLE color: 5272701.

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

Color convert

RGB 125 116 80 -
CMYK 0 0.07 0.36 0.51
HSL 48º 0.22% 0.4% -
HSV(B) 48º 0.36% 0.49% -
XYZ 16.15 17.43 10.1 -
YUV 114.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 125 116 80 0 0.07 0.36 0.51 48 0.22 0.4
Hex 7D 74 50 0 7 24 33 30 16 28
Octal 175 164 120 0 7 44 63 60 26 50
Binary 1111101 1110100 1010000 0 111 100100 110011 110000 10110 101000

Color Harmonies of #7D7450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7450

Black with #7D7450

Text Example


Text Example

White with #7D7450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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