Html Css Color HEX #763330 Lusty

📋 copy color: '#763330'

red 118 ◦ green 51 ◦ blue 48

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

Shades of Lusty #763330

Tints of Lusty #763330

RGB

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

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

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

R = 54.38%
G = 23.5%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#763330 (or 0x763330) is known color: Lusty. HEX triplet: 76, 33 and 30. RGB value is (118,51,48). Sum of RGB (Red+Green+Blue) = 118+51+48=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #763330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763330 is #89CCCF. Grayscale: #464646. Windows color (decimal): -9030864 or 3158902. OLE color: 3158902.

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

Color convert

RGB 118 51 48 -
CMYK 0 0.57 0.59 0.54
HSL 2.57º 0.42% 0.33% -
HSV(B) 2.57º 0.59% 0.46% -
XYZ 9.19 6.43 3.55 -
YUV 70.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 118 51 48 0 0.57 0.59 0.54 2.57 0.42 0.33
Hex 76 33 30 0 39 3B 36 3 2A 21
Octal 166 63 60 0 71 73 66 3 52 41
Binary 1110110 110011 110000 0 111001 111011 110110 11 101010 100001

Color Harmonies of #763330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763330

Black with #763330

Text Example


Text Example

White with #763330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763330; }

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

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

background-color css

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

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

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

border-color css

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

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

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