Html Css Color HEX #752C4E Flirt

📋 copy color: '#752C4E'

red 117 ◦ green 44 ◦ blue 78

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

Shades of Flirt #752C4E

Tints of Flirt #752C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.64%

R = 48.95%
G = 18.41%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#752C4E (or 0x752C4E) is known color: Flirt. HEX triplet: 75, 2C and 4E. RGB value is (117,44,78). Sum of RGB (Red+Green+Blue) = 117+44+78=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #752C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752C4E is #8AD3B1. Grayscale: #454545. Windows color (decimal): -9098162 or 5123189. OLE color: 5123189.

HSL color Cylindrical-coordinate representation of color #752C4E: hue angle of 332.05º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752C4E is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 44 78 -
CMYK 0 0.62 0.33 0.54
HSL 332.05º 0.45% 0.32% -
HSV(B) 332.05º 0.62% 0.46% -
XYZ 9.61 6.13 7.88 -
YUV 69.7 132.68 161.74 -
System Red Green Blue C M Y K H S L
Decimal 117 44 78 0 0.62 0.33 0.54 332.05 0.45 0.32
Hex 75 2C 4E 0 3E 21 36 14C 2D 20
Octal 165 54 116 0 76 41 66 514 55 40
Binary 1110101 101100 1001110 0 111110 100001 110110 101001100 101101 100000

Color Harmonies of #752C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C4E

Black with #752C4E

Text Example


Text Example

White with #752C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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