Html Css Color HEX #7B352A Lusty

📋 copy color: '#7B352A'

red 123 ◦ green 53 ◦ blue 42

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

Shades of Lusty #7B352A

Tints of Lusty #7B352A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.27%

R = 56.42%
G = 24.31%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7B352A (or 0x7B352A) is known color: Lusty. HEX triplet: 7B, 35 and 2A. RGB value is (123,53,42). Sum of RGB (Red+Green+Blue) = 123+53+42=218 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.42% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 123 - color contains mainly: red. Hex color #7B352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B352A is #84CAD5. Grayscale: #484848. Windows color (decimal): -8702678 or 2766203. OLE color: 2766203.

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

Color convert

RGB 123 53 42 -
CMYK 0 0.57 0.66 0.52
HSL 8.15º 0.49% 0.32% -
HSV(B) 8.15º 0.66% 0.48% -
XYZ 9.86 6.92 3.01 -
YUV 72.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 123 53 42 0 0.57 0.66 0.52 8.15 0.49 0.32
Hex 7B 35 2A 0 39 42 34 8 31 20
Octal 173 65 52 0 71 102 64 10 61 40
Binary 1111011 110101 101010 0 111001 1000010 110100 1000 110001 100000

Color Harmonies of #7B352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B352A

Black with #7B352A

Text Example


Text Example

White with #7B352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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