Html Css Color HEX #752656 Flirt

📋 copy color: '#752656'

red 117 ◦ green 38 ◦ blue 86

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

Shades of Flirt #752656

Tints of Flirt #752656

RGB

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

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

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

R = 48.55%
G = 15.77%
B = 35.68%

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

#752656 (or 0x752656) is known color: Flirt. HEX triplet: 75, 26 and 56. RGB value is (117,38,86). Sum of RGB (Red+Green+Blue) = 117+38+86=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #752656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752656 is #8AD9A9. Grayscale: #424242. Windows color (decimal): -9099690 or 5645941. OLE color: 5645941.

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

Color convert

RGB 117 38 86 -
CMYK 0 0.68 0.26 0.54
HSL 323.54º 0.51% 0.3% -
HSV(B) 323.54º 0.68% 0.46% -
XYZ 9.71 5.84 9.42 -
YUV 67.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 117 38 86 0 0.68 0.26 0.54 323.54 0.51 0.3
Hex 75 26 56 0 44 1A 36 144 33 1E
Octal 165 46 126 0 104 32 66 504 63 36
Binary 1110101 100110 1010110 0 1000100 11010 110110 101000100 110011 11110

Color Harmonies of #752656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752656

Black with #752656

Text Example


Text Example

White with #752656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752656; }

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

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

background-color css

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

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

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

border-color css

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

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

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