Html Css Color HEX #762D29 Lusty

📋 copy color: '#762D29'

red 118 ◦ green 45 ◦ blue 41

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

Shades of Lusty #762D29

Tints of Lusty #762D29

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.06%

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

R = 57.84%
G = 22.06%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#762D29 (or 0x762D29) is known color: Lusty. HEX triplet: 76, 2D and 29. RGB value is (118,45,41). Sum of RGB (Red+Green+Blue) = 118+45+41=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #762D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D29 is #89D2D6. Grayscale: #424242. Windows color (decimal): -9032407 or 2698614. OLE color: 2698614.

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

Color convert

RGB 118 45 41 -
CMYK 0 0.62 0.65 0.54
HSL 3.12º 0.48% 0.31% -
HSV(B) 3.12º 0.65% 0.46% -
XYZ 8.81 5.89 2.77 -
YUV 66.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 118 45 41 0 0.62 0.65 0.54 3.12 0.48 0.31
Hex 76 2D 29 0 3E 41 36 3 30 1F
Octal 166 55 51 0 76 101 66 3 60 37
Binary 1110110 101101 101001 0 111110 1000001 110110 11 110000 11111

Color Harmonies of #762D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D29

Black with #762D29

Text Example


Text Example

White with #762D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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