Html Css Color HEX #762828 Lusty

📋 copy color: '#762828'

red 118 ◦ green 40 ◦ blue 40

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

Shades of Lusty #762828

Tints of Lusty #762828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.2%

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

R = 59.6%
G = 20.2%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#762828 (or 0x762828) is known color: Lusty. HEX triplet: 76, 28 and 28. RGB value is (118,40,40). Sum of RGB (Red+Green+Blue) = 118+40+40=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #762828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762828 is #89D7D7. Grayscale: #3F3F3F. Windows color (decimal): -9033688 or 2631798. OLE color: 2631798.

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

Color convert

RGB 118 40 40 -
CMYK 0 0.66 0.66 0.54
HSL 0.49% 0.31% -
HSV(B) 0.66% 0.46% -
XYZ 8.61 5.52 2.62 -
YUV 63.32 114.84 167 -
System Red Green Blue C M Y K H S L
Decimal 118 40 40 0 0.66 0.66 0.54 0 0.49 0.31
Hex 76 28 28 0 42 42 36 0 31 1F
Octal 166 50 50 0 102 102 66 0 61 37
Binary 1110110 101000 101000 0 1000010 1000010 110110 0 110001 11111

Color Harmonies of #762828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762828

Black with #762828

Text Example


Text Example

White with #762828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762828; }

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

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

background-color css

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

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

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

border-color css

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

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

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