Html Css Color HEX #762920 Lusty

📋 copy color: '#762920'

red 118 ◦ green 41 ◦ blue 32

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

Shades of Lusty #762920

Tints of Lusty #762920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.75%

R = 61.78%
G = 21.47%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#762920 (or 0x762920) is known color: Lusty. HEX triplet: 76, 29 and 20. RGB value is (118,41,32). Sum of RGB (Red+Green+Blue) = 118+41+32=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #762920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762920 is #89D6DF. Grayscale: #3F3F3F. Windows color (decimal): -9033440 or 2107766. OLE color: 2107766.

HSL color Cylindrical-coordinate representation of color #762920: hue angle of 6.28º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762920 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 32 -
CMYK 0 0.65 0.73 0.54
HSL 6.28º 0.57% 0.29% -
HSV(B) 6.28º 0.73% 0.46% -
XYZ 8.52 5.54 1.99 -
YUV 63 110.51 167.23 -
System Red Green Blue C M Y K H S L
Decimal 118 41 32 0 0.65 0.73 0.54 6.28 0.57 0.29
Hex 76 29 20 0 41 49 36 6 39 1D
Octal 166 51 40 0 101 111 66 6 71 35
Binary 1110110 101001 100000 0 1000001 1001001 110110 110 111001 11101

Color Harmonies of #762920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762920

Black with #762920

Text Example


Text Example

White with #762920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762920; }

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

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

background-color css

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

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

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

border-color css

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

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

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