Html Css Color HEX #762929 Lusty

📋 copy color: '#762929'

red 118 ◦ green 41 ◦ blue 41

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

Shades of Lusty #762929

Tints of Lusty #762929

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.5%

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

R = 59%
G = 20.5%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#762929 (or 0x762929) is known color: Lusty. HEX triplet: 76, 29 and 29. RGB value is (118,41,41). Sum of RGB (Red+Green+Blue) = 118+41+41=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #762929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762929 is #89D6D6. Grayscale: #404040. Windows color (decimal): -9033431 or 2697590. OLE color: 2697590.

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

Color convert

RGB 118 41 41 -
CMYK 0 0.65 0.65 0.54
HSL 0.48% 0.31% -
HSV(B) 0.65% 0.46% -
XYZ 8.66 5.6 2.72 -
YUV 64.02 115.01 166.5 -
System Red Green Blue C M Y K H S L
Decimal 118 41 41 0 0.65 0.65 0.54 0 0.48 0.31
Hex 76 29 29 0 41 41 36 0 30 1F
Octal 166 51 51 0 101 101 66 0 60 37
Binary 1110110 101001 101001 0 1000001 1000001 110110 0 110000 11111

Color Harmonies of #762929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762929

Black with #762929

Text Example


Text Example

White with #762929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762929; }

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

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

background-color css

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

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

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

border-color css

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

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

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