Html Css Color HEX #762D28 Lusty

📋 copy color: '#762D28'

red 118 ◦ green 45 ◦ blue 40

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

Shades of Lusty #762D28

Tints of Lusty #762D28

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.17%

 BLUE value IS 40 (16.02% from 255) = 19.7%

R = 58.13%
G = 22.17%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#762D28 (or 0x762D28) is known color: Lusty. HEX triplet: 76, 2D and 28. RGB value is (118,45,40). Sum of RGB (Red+Green+Blue) = 118+45+40=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #762D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D28 is #89D2D7. Grayscale: #424242. Windows color (decimal): -9032408 or 2633078. OLE color: 2633078.

HSL color Cylindrical-coordinate representation of color #762D28: hue angle of 3.85º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #762D28 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 45 40 -
CMYK 0 0.62 0.66 0.54
HSL 3.85º 0.49% 0.31% -
HSV(B) 3.85º 0.66% 0.46% -
XYZ 8.79 5.88 2.68 -
YUV 66.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 118 45 40 0 0.62 0.66 0.54 3.85 0.49 0.31
Hex 76 2D 28 0 3E 42 36 4 31 1F
Octal 166 55 50 0 76 102 66 4 61 37
Binary 1110110 101101 101000 0 111110 1000010 110110 100 110001 11111

Color Harmonies of #762D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D28

Black with #762D28

Text Example


Text Example

White with #762D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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