Html Css Color HEX #762C28 Lusty

📋 copy color: '#762C28'

red 118 ◦ green 44 ◦ blue 40

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

Shades of Lusty #762C28

Tints of Lusty #762C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.78%

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

R = 58.42%
G = 21.78%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#762C28 (or 0x762C28) is known color: Lusty. HEX triplet: 76, 2C and 28. RGB value is (118,44,40). Sum of RGB (Red+Green+Blue) = 118+44+40=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #762C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C28 is #89D3D7. Grayscale: #414141. Windows color (decimal): -9032664 or 2632822. OLE color: 2632822.

HSL color Cylindrical-coordinate representation of color #762C28: hue angle of 3.08º 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 #762C28 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 44 40 -
CMYK 0 0.63 0.66 0.54
HSL 3.08º 0.49% 0.31% -
HSV(B) 3.08º 0.66% 0.46% -
XYZ 8.75 5.81 2.67 -
YUV 65.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 118 44 40 0 0.63 0.66 0.54 3.08 0.49 0.31
Hex 76 2C 28 0 3F 42 36 3 31 1F
Octal 166 54 50 0 77 102 66 3 61 37
Binary 1110110 101100 101000 0 111111 1000010 110110 11 110001 11111

Color Harmonies of #762C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C28

Black with #762C28

Text Example


Text Example

White with #762C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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