Html Css Color HEX #752C27 Lusty

📋 copy color: '#752C27'

red 117 ◦ green 44 ◦ blue 39

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

Shades of Lusty #752C27

Tints of Lusty #752C27

RGB

 RED value IS 117 (46.09% from 255) = 58.5%

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

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

R = 58.5%
G = 22%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#752C27 (or 0x752C27) is known color: Lusty. HEX triplet: 75, 2C and 27. RGB value is (117,44,39). Sum of RGB (Red+Green+Blue) = 117+44+39=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #752C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C27 is #8AD3D8. Grayscale: #414141. Windows color (decimal): -9098201 or 2567285. OLE color: 2567285.

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

Color convert

RGB 117 44 39 -
CMYK 0 0.62 0.67 0.54
HSL 3.85º 0.5% 0.31% -
HSV(B) 3.85º 0.67% 0.46% -
XYZ 8.6 5.73 2.57 -
YUV 65.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 117 44 39 0 0.62 0.67 0.54 3.85 0.5 0.31
Hex 75 2C 27 0 3E 43 36 4 32 1F
Octal 165 54 47 0 76 103 66 4 62 37
Binary 1110101 101100 100111 0 111110 1000011 110110 100 110010 11111

Color Harmonies of #752C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C27

Black with #752C27

Text Example


Text Example

White with #752C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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