Html Css Color HEX #7B7450 Go Ben

📋 copy color: '#7B7450'

red 123 ◦ green 116 ◦ blue 80

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

Shades of Go Ben #7B7450

Tints of Go Ben #7B7450

RGB

 RED value IS 123 (48.44% from 255) = 38.56%

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

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

R = 38.56%
G = 36.36%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#7B7450 (or 0x7B7450) is known color: Go Ben. HEX triplet: 7B, 74 and 50. RGB value is (123,116,80). Sum of RGB (Red+Green+Blue) = 123+116+80=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7450 is #848BAF. Grayscale: #727272. Windows color (decimal): -8686512 or 5272699. OLE color: 5272699.

HSL color Cylindrical-coordinate representation of color #7B7450: hue angle of 50.23º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B7450 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 116 80 -
CMYK 0 0.06 0.35 0.52
HSL 50.23º 0.21% 0.4% -
HSV(B) 50.23º 0.35% 0.48% -
XYZ 15.86 17.28 10.09 -
YUV 113.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 123 116 80 0 0.06 0.35 0.52 50.23 0.21 0.4
Hex 7B 74 50 0 6 23 34 32 15 28
Octal 173 164 120 0 6 43 64 62 25 50
Binary 1111011 1110100 1010000 0 110 100011 110100 110010 10101 101000

Color Harmonies of #7B7450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7450

Black with #7B7450

Text Example


Text Example

White with #7B7450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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