Html Css Color HEX #75334E Flirt

📋 copy color: '#75334E'

red 117 ◦ green 51 ◦ blue 78

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

Shades of Flirt #75334E

Tints of Flirt #75334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.73%

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

R = 47.56%
G = 20.73%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#75334E (or 0x75334E) is known color: Flirt. HEX triplet: 75, 33 and 4E. RGB value is (117,51,78). Sum of RGB (Red+Green+Blue) = 117+51+78=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #75334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75334E is #8ACCB1. Grayscale: #494949. Windows color (decimal): -9096370 or 5124981. OLE color: 5124981.

HSL color Cylindrical-coordinate representation of color #75334E: hue angle of 335.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75334E is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 51 78 -
CMYK 0 0.56 0.33 0.54
HSL 335.45º 0.39% 0.33% -
HSV(B) 335.45º 0.56% 0.46% -
XYZ 9.9 6.7 7.98 -
YUV 73.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 117 51 78 0 0.56 0.33 0.54 335.45 0.39 0.33
Hex 75 33 4E 0 38 21 36 14F 27 21
Octal 165 63 116 0 70 41 66 517 47 41
Binary 1110101 110011 1001110 0 111000 100001 110110 101001111 100111 100001

Color Harmonies of #75334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75334E

Black with #75334E

Text Example


Text Example

White with #75334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75334E; }

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

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

background-color css

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

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

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

border-color css

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

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

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