Html Css Color HEX #762C27 Lusty

📋 copy color: '#762C27'

red 118 ◦ green 44 ◦ blue 39

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

Shades of Lusty #762C27

Tints of Lusty #762C27

RGB

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

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

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

R = 58.71%
G = 21.89%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#762C27 (or 0x762C27) is known color: Lusty. HEX triplet: 76, 2C and 27. RGB value is (118,44,39). Sum of RGB (Red+Green+Blue) = 118+44+39=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #762C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C27 is #89D3D8. Grayscale: #414141. Windows color (decimal): -9032665 or 2567286. OLE color: 2567286.

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

Color convert

RGB 118 44 39 -
CMYK 0 0.63 0.67 0.54
HSL 3.8º 0.5% 0.31% -
HSV(B) 3.8º 0.67% 0.46% -
XYZ 8.74 5.8 2.58 -
YUV 65.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 118 44 39 0 0.63 0.67 0.54 3.8 0.5 0.31
Hex 76 2C 27 0 3F 43 36 4 32 1F
Octal 166 54 47 0 77 103 66 4 62 37
Binary 1110110 101100 100111 0 111111 1000011 110110 100 110010 11111

Color Harmonies of #762C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C27

Black with #762C27

Text Example


Text Example

White with #762C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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