Html Css Color HEX #7B352B Lusty

📋 copy color: '#7B352B'

red 123 ◦ green 53 ◦ blue 43

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

Shades of Lusty #7B352B

Tints of Lusty #7B352B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.2%

 BLUE value IS 43 (17.19% from 255) = 19.63%

R = 56.16%
G = 24.2%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.52

RGB Variations

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

Color information

#7B352B (or 0x7B352B) is known color: Lusty. HEX triplet: 7B, 35 and 2B. RGB value is (123,53,43). Sum of RGB (Red+Green+Blue) = 123+53+43=219 (29% of max value = 765). Red value is 123 (48.44% from 255 or 56.16% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 123 - color contains mainly: red. Hex color #7B352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B352B is #84CAD4. Grayscale: #484848. Windows color (decimal): -8702677 or 2831739. OLE color: 2831739.

HSL color Cylindrical-coordinate representation of color #7B352B: hue angle of 7.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B352B is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 53 43 -
CMYK 0 0.57 0.65 0.52
HSL 7.5º 0.48% 0.33% -
HSV(B) 7.5º 0.65% 0.48% -
XYZ 9.88 6.93 3.1 -
YUV 72.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 123 53 43 0 0.57 0.65 0.52 7.5 0.48 0.33
Hex 7B 35 2B 0 39 41 34 8 30 21
Octal 173 65 53 0 71 101 64 10 60 41
Binary 1111011 110101 101011 0 111001 1000001 110100 1000 110000 100001

Color Harmonies of #7B352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B352B

Black with #7B352B

Text Example


Text Example

White with #7B352B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,53,43); }

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

background-color css

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

 a { background-color: rgb(123,53,43); }

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

border-color css

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

 span { border-color: rgb(123,53,43); }

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