Html Css Color HEX #762320 Lusty

📋 copy color: '#762320'

red 118 ◦ green 35 ◦ blue 32

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

Shades of Lusty #762320

Tints of Lusty #762320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.92%

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

R = 63.78%
G = 18.92%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#762320 (or 0x762320) is known color: Lusty. HEX triplet: 76, 23 and 20. RGB value is (118,35,32). Sum of RGB (Red+Green+Blue) = 118+35+32=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #762320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762320 is #89DCDF. Grayscale: #3B3B3B. Windows color (decimal): -9034976 or 2106230. OLE color: 2106230.

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

Color convert

RGB 118 35 32 -
CMYK 0 0.70 0.73 0.54
HSL 2.09º 0.57% 0.29% -
HSV(B) 2.09º 0.73% 0.46% -
XYZ 8.33 5.16 1.92 -
YUV 59.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 118 35 32 0 0.70 0.73 0.54 2.09 0.57 0.29
Hex 76 23 20 0 46 49 36 2 39 1D
Octal 166 43 40 0 106 111 66 2 71 35
Binary 1110110 100011 100000 0 1000110 1001001 110110 10 111001 11101

Color Harmonies of #762320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762320

Black with #762320

Text Example


Text Example

White with #762320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762320; }

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

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

background-color css

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

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

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

border-color css

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

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

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