Html Css Color HEX #762E27 Lusty

📋 copy color: '#762E27'

red 118 ◦ green 46 ◦ blue 39

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

Shades of Lusty #762E27

Tints of Lusty #762E27

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.66%

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

R = 58.13%
G = 22.66%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#762E27 (or 0x762E27) is known color: Lusty. HEX triplet: 76, 2E and 27. RGB value is (118,46,39). Sum of RGB (Red+Green+Blue) = 118+46+39=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #762E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E27 is #89D1D8. Grayscale: #424242. Windows color (decimal): -9032153 or 2567798. OLE color: 2567798.

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

Color convert

RGB 118 46 39 -
CMYK 0 0.61 0.67 0.54
HSL 5.32º 0.5% 0.31% -
HSV(B) 5.32º 0.67% 0.46% -
XYZ 8.81 5.95 2.6 -
YUV 66.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 118 46 39 0 0.61 0.67 0.54 5.32 0.5 0.31
Hex 76 2E 27 0 3D 43 36 5 32 1F
Octal 166 56 47 0 75 103 66 5 62 37
Binary 1110110 101110 100111 0 111101 1000011 110110 101 110010 11111

Color Harmonies of #762E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E27

Black with #762E27

Text Example


Text Example

White with #762E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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