Html Css Color HEX #752926 Lusty

📋 copy color: '#752926'

red 117 ◦ green 41 ◦ blue 38

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

Shades of Lusty #752926

Tints of Lusty #752926

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.92%

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

R = 59.69%
G = 20.92%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#752926 (or 0x752926) is known color: Lusty. HEX triplet: 75, 29 and 26. RGB value is (117,41,38). Sum of RGB (Red+Green+Blue) = 117+41+38=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #752926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752926 is #8AD6D9. Grayscale: #3F3F3F. Windows color (decimal): -9098970 or 2500981. OLE color: 2500981.

HSL color Cylindrical-coordinate representation of color #752926: hue angle of 2.28º 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 #752926 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 41 38 -
CMYK 0 0.65 0.68 0.54
HSL 2.28º 0.51% 0.3% -
HSV(B) 2.28º 0.68% 0.46% -
XYZ 8.48 5.51 2.45 -
YUV 63.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 117 41 38 0 0.65 0.68 0.54 2.28 0.51 0.3
Hex 75 29 26 0 41 44 36 2 33 1E
Octal 165 51 46 0 101 104 66 2 63 36
Binary 1110101 101001 100110 0 1000001 1000100 110110 10 110011 11110

Color Harmonies of #752926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752926

Black with #752926

Text Example


Text Example

White with #752926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752926; }

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

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

background-color css

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

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

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

border-color css

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

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

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