Html Css Color HEX #7B5A50 Russett

📋 copy color: '#7B5A50'

red 123 ◦ green 90 ◦ blue 80

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

Shades of Russett #7B5A50

Tints of Russett #7B5A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.72%

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

R = 41.98%
G = 30.72%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#7B5A50 (or 0x7B5A50) is known color: Russett. HEX triplet: 7B, 5A and 50. RGB value is (123,90,80). Sum of RGB (Red+Green+Blue) = 123+90+80=293 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.98% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5A50 is #84A5AF. Grayscale: #626262. Windows color (decimal): -8693168 or 5266043. OLE color: 5266043.

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

Color convert

RGB 123 90 80 -
CMYK 0 0.27 0.35 0.52
HSL 13.95º 0.21% 0.4% -
HSV(B) 13.95º 0.35% 0.48% -
XYZ 13.27 12.1 9.23 -
YUV 98.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 123 90 80 0 0.27 0.35 0.52 13.95 0.21 0.4
Hex 7B 5A 50 0 1B 23 34 E 15 28
Octal 173 132 120 0 33 43 64 16 25 50
Binary 1111011 1011010 1010000 0 11011 100011 110100 1110 10101 101000

Color Harmonies of #7B5A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5A50

Black with #7B5A50

Text Example


Text Example

White with #7B5A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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