Html Css Color HEX #762A27 Lusty

📋 copy color: '#762A27'

red 118 ◦ green 42 ◦ blue 39

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

Shades of Lusty #762A27

Tints of Lusty #762A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.11%

 BLUE value IS 39 (15.63% from 255) = 19.6%

R = 59.3%
G = 21.11%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#762A27 (or 0x762A27) is known color: Lusty. HEX triplet: 76, 2A and 27. RGB value is (118,42,39). Sum of RGB (Red+Green+Blue) = 118+42+39=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #762A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A27 is #89D5D8. Grayscale: #404040. Windows color (decimal): -9033177 or 2566774. OLE color: 2566774.

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

Color convert

RGB 118 42 39 -
CMYK 0 0.64 0.67 0.54
HSL 2.28º 0.5% 0.31% -
HSV(B) 2.28º 0.67% 0.46% -
XYZ 8.67 5.65 2.55 -
YUV 64.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 118 42 39 0 0.64 0.67 0.54 2.28 0.5 0.31
Hex 76 2A 27 0 40 43 36 2 32 1F
Octal 166 52 47 0 100 103 66 2 62 37
Binary 1110110 101010 100111 0 1000000 1000011 110110 10 110010 11111

Color Harmonies of #762A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762A27

Black with #762A27

Text Example


Text Example

White with #762A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,42,39); }

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

background-color css

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

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

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

border-color css

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

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

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