Html Css Color HEX #76332D Lusty

📋 copy color: '#76332D'

red 118 ◦ green 51 ◦ blue 45

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

Shades of Lusty #76332D

Tints of Lusty #76332D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.83%

 BLUE value IS 45 (17.97% from 255) = 21.03%

R = 55.14%
G = 23.83%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76332D (or 0x76332D) is known color: Lusty. HEX triplet: 76, 33 and 2D. RGB value is (118,51,45). Sum of RGB (Red+Green+Blue) = 118+51+45=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76332D is #89CCD2. Grayscale: #464646. Windows color (decimal): -9030867 or 2962294. OLE color: 2962294.

HSL color Cylindrical-coordinate representation of color #76332D: hue angle of 4.93º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76332D is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 51 45 -
CMYK 0 0.57 0.62 0.54
HSL 4.93º 0.45% 0.32% -
HSV(B) 4.93º 0.62% 0.46% -
XYZ 9.13 6.41 3.24 -
YUV 70.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 118 51 45 0 0.57 0.62 0.54 4.93 0.45 0.32
Hex 76 33 2D 0 39 3E 36 5 2D 20
Octal 166 63 55 0 71 76 66 5 55 40
Binary 1110110 110011 101101 0 111001 111110 110110 101 101101 100000

Color Harmonies of #76332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76332D

Black with #76332D

Text Example


Text Example

White with #76332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76332D; }

 p { color: rgb(118,51,45); }

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

background-color css

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

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

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

border-color css

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

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

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