Html Css Color HEX #762B29 Lusty

📋 copy color: '#762B29'

red 118 ◦ green 43 ◦ blue 41

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

Shades of Lusty #762B29

Tints of Lusty #762B29

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.29%

 BLUE value IS 41 (16.41% from 255) = 20.3%

R = 58.42%
G = 21.29%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#762B29 (or 0x762B29) is known color: Lusty. HEX triplet: 76, 2B and 29. RGB value is (118,43,41). Sum of RGB (Red+Green+Blue) = 118+43+41=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #762B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B29 is #89D4D6. Grayscale: #414141. Windows color (decimal): -9032919 or 2698102. OLE color: 2698102.

HSL color Cylindrical-coordinate representation of color #762B29: hue angle of 1.56º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #762B29 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 43 41 -
CMYK 0 0.64 0.65 0.54
HSL 1.56º 0.48% 0.31% -
HSV(B) 1.56º 0.65% 0.46% -
XYZ 8.74 5.74 2.75 -
YUV 65.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 118 43 41 0 0.64 0.65 0.54 1.56 0.48 0.31
Hex 76 2B 29 0 40 41 36 2 30 1F
Octal 166 53 51 0 100 101 66 2 60 37
Binary 1110110 101011 101001 0 1000000 1000001 110110 10 110000 11111

Color Harmonies of #762B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B29

Black with #762B29

Text Example


Text Example

White with #762B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762B29; }

 p { color: rgb(118,43,41); }

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

background-color css

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

 a { background-color: rgb(118,43,41); }

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

border-color css

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

 span { border-color: rgb(118,43,41); }

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