Html Css Color HEX #762820 Lusty

📋 copy color: '#762820'

red 118 ◦ green 40 ◦ blue 32

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

Shades of Lusty #762820

Tints of Lusty #762820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.05%

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

R = 62.11%
G = 21.05%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#762820 (or 0x762820) is known color: Lusty. HEX triplet: 76, 28 and 20. RGB value is (118,40,32). Sum of RGB (Red+Green+Blue) = 118+40+32=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #762820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762820 is #89D7DF. Grayscale: #3E3E3E. Windows color (decimal): -9033696 or 2107510. OLE color: 2107510.

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

Color convert

RGB 118 40 32 -
CMYK 0 0.66 0.73 0.54
HSL 5.58º 0.57% 0.29% -
HSV(B) 5.58º 0.73% 0.46% -
XYZ 8.49 5.47 1.98 -
YUV 62.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 118 40 32 0 0.66 0.73 0.54 5.58 0.57 0.29
Hex 76 28 20 0 42 49 36 6 39 1D
Octal 166 50 40 0 102 111 66 6 71 35
Binary 1110110 101000 100000 0 1000010 1001001 110110 110 111001 11101

Color Harmonies of #762820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762820

Black with #762820

Text Example


Text Example

White with #762820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762820; }

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

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

background-color css

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

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

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

border-color css

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

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

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