Html Css Color HEX #752A26 Lusty

📋 copy color: '#752A26'

red 117 ◦ green 42 ◦ blue 38

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

Shades of Lusty #752A26

Tints of Lusty #752A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.29%

R = 59.39%
G = 21.32%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#752A26 (or 0x752A26) is known color: Lusty. HEX triplet: 75, 2A and 26. RGB value is (117,42,38). Sum of RGB (Red+Green+Blue) = 117+42+38=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #752A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A26 is #8AD5D9. Grayscale: #404040. Windows color (decimal): -9098714 or 2501237. OLE color: 2501237.

HSL color Cylindrical-coordinate representation of color #752A26: hue angle of 3.04º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752A26 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 42 38 -
CMYK 0 0.64 0.68 0.54
HSL 3.04º 0.51% 0.3% -
HSV(B) 3.04º 0.68% 0.46% -
XYZ 8.51 5.58 2.46 -
YUV 63.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 117 42 38 0 0.64 0.68 0.54 3.04 0.51 0.3
Hex 75 2A 26 0 40 44 36 3 33 1E
Octal 165 52 46 0 100 104 66 3 63 36
Binary 1110101 101010 100110 0 1000000 1000100 110110 11 110011 11110

Color Harmonies of #752A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A26

Black with #752A26

Text Example


Text Example

White with #752A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,42,38); }

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

background-color css

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

 a { background-color: rgb(117,42,38); }

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

border-color css

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

 span { border-color: rgb(117,42,38); }

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