Html Css Color HEX #762522 Lusty

📋 copy color: '#762522'

red 118 ◦ green 37 ◦ blue 34

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

Shades of Lusty #762522

Tints of Lusty #762522

RGB

 RED value IS 118 (46.48% from 255) = 62.43%

 GREEN value IS 37 (14.84% from 255) = 19.58%

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

R = 62.43%
G = 19.58%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#762522 (or 0x762522) is known color: Lusty. HEX triplet: 76, 25 and 22. RGB value is (118,37,34). Sum of RGB (Red+Green+Blue) = 118+37+34=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #762522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762522 is #89DADD. Grayscale: #3C3C3C. Windows color (decimal): -9034462 or 2237814. OLE color: 2237814.

HSL color Cylindrical-coordinate representation of color #762522: hue angle of 2.14º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #762522 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 37 34 -
CMYK 0 0.69 0.71 0.54
HSL 2.14º 0.55% 0.3% -
HSV(B) 2.14º 0.71% 0.46% -
XYZ 8.42 5.29 2.09 -
YUV 60.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 118 37 34 0 0.69 0.71 0.54 2.14 0.55 0.3
Hex 76 25 22 0 45 47 36 2 37 1E
Octal 166 45 42 0 105 107 66 2 67 36
Binary 1110110 100101 100010 0 1000101 1000111 110110 10 110111 11110

Color Harmonies of #762522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762522

Black with #762522

Text Example


Text Example

White with #762522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762522; }

 p { color: rgb(118,37,34); }

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

background-color css

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

 a { background-color: rgb(118,37,34); }

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

border-color css

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

 span { border-color: rgb(118,37,34); }

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