Html Css Color HEX #763230 Lusty

📋 copy color: '#763230'

red 118 ◦ green 50 ◦ blue 48

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

Shades of Lusty #763230

Tints of Lusty #763230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.15%

 BLUE value IS 48 (19.14% from 255) = 22.22%

R = 54.63%
G = 23.15%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#763230 (or 0x763230) is known color: Lusty. HEX triplet: 76, 32 and 30. RGB value is (118,50,48). Sum of RGB (Red+Green+Blue) = 118+50+48=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #763230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763230 is #89CDCF. Grayscale: #464646. Windows color (decimal): -9031120 or 3158646. OLE color: 3158646.

HSL color Cylindrical-coordinate representation of color #763230: hue angle of 1.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763230 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 48 -
CMYK 0 0.58 0.59 0.54
HSL 1.71º 0.42% 0.33% -
HSV(B) 1.71º 0.59% 0.46% -
XYZ 9.15 6.35 3.54 -
YUV 70.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 118 50 48 0 0.58 0.59 0.54 1.71 0.42 0.33
Hex 76 32 30 0 3A 3B 36 2 2A 21
Octal 166 62 60 0 72 73 66 2 52 41
Binary 1110110 110010 110000 0 111010 111011 110110 10 101010 100001

Color Harmonies of #763230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763230

Black with #763230

Text Example


Text Example

White with #763230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763230; }

 p { color: rgb(118,50,48); }

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

background-color css

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

 a { background-color: rgb(118,50,48); }

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

border-color css

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

 span { border-color: rgb(118,50,48); }

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