Html Css Color HEX #753756 Flirt

📋 copy color: '#753756'

red 117 ◦ green 55 ◦ blue 86

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

Shades of Flirt #753756

Tints of Flirt #753756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.32%

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

R = 45.35%
G = 21.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#753756 (or 0x753756) is known color: Flirt. HEX triplet: 75, 37 and 56. RGB value is (117,55,86). Sum of RGB (Red+Green+Blue) = 117+55+86=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #753756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753756 is #8AC8A9. Grayscale: #4D4D4D. Windows color (decimal): -9095338 or 5650293. OLE color: 5650293.

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

Color convert

RGB 117 55 86 -
CMYK 0 0.53 0.26 0.54
HSL 330º 0.36% 0.34% -
HSV(B) 330º 0.53% 0.46% -
XYZ 10.38 7.19 9.64 -
YUV 77.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 117 55 86 0 0.53 0.26 0.54 330 0.36 0.34
Hex 75 37 56 0 35 1A 36 14A 24 22
Octal 165 67 126 0 65 32 66 512 44 42
Binary 1110101 110111 1010110 0 110101 11010 110110 101001010 100100 100010

Color Harmonies of #753756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753756

Black with #753756

Text Example


Text Example

White with #753756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753756; }

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

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

background-color css

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

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

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

border-color css

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

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

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