Html Css Color HEX #7B5950 Russett

📋 copy color: '#7B5950'

red 123 ◦ green 89 ◦ blue 80

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

Shades of Russett #7B5950

Tints of Russett #7B5950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.48%

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

R = 42.12%
G = 30.48%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#7B5950 (or 0x7B5950) is known color: Russett. HEX triplet: 7B, 59 and 50. RGB value is (123,89,80). Sum of RGB (Red+Green+Blue) = 123+89+80=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5950 is #84A6AF. Grayscale: #626262. Windows color (decimal): -8693424 or 5265787. OLE color: 5265787.

HSL color Cylindrical-coordinate representation of color #7B5950: hue angle of 12.56º 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 #7B5950 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 89 80 -
CMYK 0 0.28 0.35 0.52
HSL 12.56º 0.21% 0.4% -
HSV(B) 12.56º 0.35% 0.48% -
XYZ 13.19 11.93 9.2 -
YUV 98.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 123 89 80 0 0.28 0.35 0.52 12.56 0.21 0.4
Hex 7B 59 50 0 1C 23 34 D 15 28
Octal 173 131 120 0 34 43 64 15 25 50
Binary 1111011 1011001 1010000 0 11100 100011 110100 1101 10101 101000

Color Harmonies of #7B5950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5950

Black with #7B5950

Text Example


Text Example

White with #7B5950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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