Html Css Color HEX #752657 Flirt

📋 copy color: '#752657'

red 117 ◦ green 38 ◦ blue 87

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

Shades of Flirt #752657

Tints of Flirt #752657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.7%

 BLUE value IS 87 (34.38% from 255) = 35.95%

R = 48.35%
G = 15.7%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#752657 (or 0x752657) is known color: Flirt. HEX triplet: 75, 26 and 57. RGB value is (117,38,87). Sum of RGB (Red+Green+Blue) = 117+38+87=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #752657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752657 is #8AD9A8. Grayscale: #434343. Windows color (decimal): -9099689 or 5711477. OLE color: 5711477.

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

Color convert

RGB 117 38 87 -
CMYK 0 0.68 0.26 0.54
HSL 322.78º 0.51% 0.3% -
HSV(B) 322.78º 0.68% 0.46% -
XYZ 9.75 5.86 9.63 -
YUV 67.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 117 38 87 0 0.68 0.26 0.54 322.78 0.51 0.3
Hex 75 26 57 0 44 1A 36 143 33 1E
Octal 165 46 127 0 104 32 66 503 63 36
Binary 1110101 100110 1010111 0 1000100 11010 110110 101000011 110011 11110

Color Harmonies of #752657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752657

Black with #752657

Text Example


Text Example

White with #752657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752657; }

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

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

background-color css

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

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

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

border-color css

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

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

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