Html Css Color HEX #752E2A Lusty

📋 copy color: '#752E2A'

red 117 ◦ green 46 ◦ blue 42

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

Shades of Lusty #752E2A

Tints of Lusty #752E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.49%

R = 57.07%
G = 22.44%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#752E2A (or 0x752E2A) is known color: Lusty. HEX triplet: 75, 2E and 2A. RGB value is (117,46,42). Sum of RGB (Red+Green+Blue) = 117+46+42=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #752E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E2A is #8AD1D5. Grayscale: #424242. Windows color (decimal): -9097686 or 2764405. OLE color: 2764405.

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

Color convert

RGB 117 46 42 -
CMYK 0 0.61 0.64 0.54
HSL 3.2º 0.47% 0.31% -
HSV(B) 3.2º 0.64% 0.46% -
XYZ 8.73 5.9 2.87 -
YUV 66.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 117 46 42 0 0.61 0.64 0.54 3.2 0.47 0.31
Hex 75 2E 2A 0 3D 40 36 3 2F 1F
Octal 165 56 52 0 75 100 66 3 57 37
Binary 1110101 101110 101010 0 111101 1000000 110110 11 101111 11111

Color Harmonies of #752E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E2A

Black with #752E2A

Text Example


Text Example

White with #752E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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