Html Css Color HEX #752456 Flirt

📋 copy color: '#752456'

red 117 ◦ green 36 ◦ blue 86

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

Shades of Flirt #752456

Tints of Flirt #752456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.06%

 BLUE value IS 86 (33.98% from 255) = 35.98%

R = 48.95%
G = 15.06%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#752456 (or 0x752456) is known color: Flirt. HEX triplet: 75, 24 and 56. RGB value is (117,36,86). Sum of RGB (Red+Green+Blue) = 117+36+86=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #752456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752456 is #8ADBA9. Grayscale: #414141. Windows color (decimal): -9100202 or 5645429. OLE color: 5645429.

HSL color Cylindrical-coordinate representation of color #752456: hue angle of 322.96º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752456 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 36 86 -
CMYK 0 0.69 0.26 0.54
HSL 322.96º 0.53% 0.3% -
HSV(B) 322.96º 0.69% 0.46% -
XYZ 9.65 5.72 9.4 -
YUV 65.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 117 36 86 0 0.69 0.26 0.54 322.96 0.53 0.3
Hex 75 24 56 0 45 1A 36 143 35 1E
Octal 165 44 126 0 105 32 66 503 65 36
Binary 1110101 100100 1010110 0 1000101 11010 110110 101000011 110101 11110

Color Harmonies of #752456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752456

Black with #752456

Text Example


Text Example

White with #752456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752456; }

 p { color: rgb(117,36,86); }

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

background-color css

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

 a { background-color: rgb(117,36,86); }

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

border-color css

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

 span { border-color: rgb(117,36,86); }

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