Html Css Color HEX #762821 Lusty

📋 copy color: '#762821'

red 118 ◦ green 40 ◦ blue 33

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

Shades of Lusty #762821

Tints of Lusty #762821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.28%

R = 61.78%
G = 20.94%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#762821 (or 0x762821) is known color: Lusty. HEX triplet: 76, 28 and 21. RGB value is (118,40,33). Sum of RGB (Red+Green+Blue) = 118+40+33=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #762821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762821 is #89D7DE. Grayscale: #3E3E3E. Windows color (decimal): -9033695 or 2173046. OLE color: 2173046.

HSL color Cylindrical-coordinate representation of color #762821: hue angle of 4.94º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762821 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 40 33 -
CMYK 0 0.66 0.72 0.54
HSL 4.94º 0.56% 0.3% -
HSV(B) 4.94º 0.72% 0.46% -
XYZ 8.5 5.48 2.05 -
YUV 62.52 111.34 167.57 -
System Red Green Blue C M Y K H S L
Decimal 118 40 33 0 0.66 0.72 0.54 4.94 0.56 0.3
Hex 76 28 21 0 42 48 36 5 38 1E
Octal 166 50 41 0 102 110 66 5 70 36
Binary 1110110 101000 100001 0 1000010 1001000 110110 101 111000 11110

Color Harmonies of #762821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762821

Black with #762821

Text Example


Text Example

White with #762821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762821; }

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

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

background-color css

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

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

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

border-color css

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

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

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