Html Css Color HEX #7B2C22 Lusty

📋 copy color: '#7B2C22'

red 123 ◦ green 44 ◦ blue 34

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

Shades of Lusty #7B2C22

Tints of Lusty #7B2C22

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.89%

 BLUE value IS 34 (13.67% from 255) = 16.92%

R = 61.19%
G = 21.89%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.52

RGB Variations

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

Color information

#7B2C22 (or 0x7B2C22) is known color: Lusty. HEX triplet: 7B, 2C and 22. RGB value is (123,44,34). Sum of RGB (Red+Green+Blue) = 123+44+34=201 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.19% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2C22 is #84D3DD. Grayscale: #424242. Windows color (decimal): -8704990 or 2239611. OLE color: 2239611.

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

Color convert

RGB 123 44 34 -
CMYK 0 0.64 0.72 0.52
HSL 6.74º 0.57% 0.31% -
HSV(B) 6.74º 0.72% 0.48% -
XYZ 9.36 6.13 2.2 -
YUV 66.48 109.67 168.31 -
System Red Green Blue C M Y K H S L
Decimal 123 44 34 0 0.64 0.72 0.52 6.74 0.57 0.31
Hex 7B 2C 22 0 40 48 34 7 39 1F
Octal 173 54 42 0 100 110 64 7 71 37
Binary 1111011 101100 100010 0 1000000 1001000 110100 111 111001 11111

Color Harmonies of #7B2C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2C22

Black with #7B2C22

Text Example


Text Example

White with #7B2C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,44,34); }

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

background-color css

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

 a { background-color: rgb(123,44,34); }

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

border-color css

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

 span { border-color: rgb(123,44,34); }

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