Html Css Color HEX #752746 Flirt

📋 copy color: '#752746'

red 117 ◦ green 39 ◦ blue 70

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

Shades of Flirt #752746

Tints of Flirt #752746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.26%

 BLUE value IS 70 (27.73% from 255) = 30.97%

R = 51.77%
G = 17.26%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#752746 (or 0x752746) is known color: Flirt. HEX triplet: 75, 27 and 46. RGB value is (117,39,70). Sum of RGB (Red+Green+Blue) = 117+39+70=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #752746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752746 is #8AD8B9. Grayscale: #414141. Windows color (decimal): -9099450 or 4597621. OLE color: 4597621.

HSL color Cylindrical-coordinate representation of color #752746: hue angle of 336.15º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #752746 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 39 70 -
CMYK 0 0.67 0.40 0.54
HSL 336.15º 0.5% 0.31% -
HSV(B) 336.15º 0.67% 0.46% -
XYZ 9.17 5.68 6.41 -
YUV 65.86 130.34 164.48 -
System Red Green Blue C M Y K H S L
Decimal 117 39 70 0 0.67 0.40 0.54 336.15 0.5 0.31
Hex 75 27 46 0 43 28 36 150 32 1F
Octal 165 47 106 0 103 50 66 520 62 37
Binary 1110101 100111 1000110 0 1000011 101000 110110 101010000 110010 11111

Color Harmonies of #752746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752746

Black with #752746

Text Example


Text Example

White with #752746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752746; }

 p { color: rgb(117,39,70); }

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

background-color css

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

 a { background-color: rgb(117,39,70); }

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

border-color css

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

 span { border-color: rgb(117,39,70); }

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