Html Css Color HEX #7B5B50 Russett

📋 copy color: '#7B5B50'

red 123 ◦ green 91 ◦ blue 80

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

Shades of Russett #7B5B50

Tints of Russett #7B5B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.95%

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

R = 41.84%
G = 30.95%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#7B5B50 (or 0x7B5B50) is known color: Russett. HEX triplet: 7B, 5B and 50. RGB value is (123,91,80). Sum of RGB (Red+Green+Blue) = 123+91+80=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5B50 is #84A4AF. Grayscale: #636363. Windows color (decimal): -8692912 or 5266299. OLE color: 5266299.

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

Color convert

RGB 123 91 80 -
CMYK 0 0.26 0.35 0.52
HSL 15.35º 0.21% 0.4% -
HSV(B) 15.35º 0.35% 0.48% -
XYZ 13.36 12.27 9.25 -
YUV 99.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 123 91 80 0 0.26 0.35 0.52 15.35 0.21 0.4
Hex 7B 5B 50 0 1A 23 34 F 15 28
Octal 173 133 120 0 32 43 64 17 25 50
Binary 1111011 1011011 1010000 0 11010 100011 110100 1111 10101 101000

Color Harmonies of #7B5B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5B50

Black with #7B5B50

Text Example


Text Example

White with #7B5B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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