Html Css Color HEX #762C29 Lusty

📋 copy color: '#762C29'

red 118 ◦ green 44 ◦ blue 41

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

Shades of Lusty #762C29

Tints of Lusty #762C29

RGB

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

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

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

R = 58.13%
G = 21.67%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#762C29 (or 0x762C29) is known color: Lusty. HEX triplet: 76, 2C and 29. RGB value is (118,44,41). Sum of RGB (Red+Green+Blue) = 118+44+41=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #762C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C29 is #89D3D6. Grayscale: #414141. Windows color (decimal): -9032663 or 2698358. OLE color: 2698358.

HSL color Cylindrical-coordinate representation of color #762C29: hue angle of 2.34º 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 #762C29 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 44 41 -
CMYK 0 0.63 0.65 0.54
HSL 2.34º 0.48% 0.31% -
HSV(B) 2.34º 0.65% 0.46% -
XYZ 8.77 5.81 2.76 -
YUV 65.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 118 44 41 0 0.63 0.65 0.54 2.34 0.48 0.31
Hex 76 2C 29 0 3F 41 36 2 30 1F
Octal 166 54 51 0 77 101 66 2 60 37
Binary 1110110 101100 101001 0 111111 1000001 110110 10 110000 11111

Color Harmonies of #762C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C29

Black with #762C29

Text Example


Text Example

White with #762C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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