Html Css Color HEX #76324F Flirt

📋 copy color: '#76324F'

red 118 ◦ green 50 ◦ blue 79

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

Shades of Flirt #76324F

Tints of Flirt #76324F

RGB

 RED value IS 118 (46.48% from 255) = 47.77%

 GREEN value IS 50 (19.92% from 255) = 20.24%

 BLUE value IS 79 (31.25% from 255) = 31.98%

R = 47.77%
G = 20.24%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76324F (or 0x76324F) is known color: Flirt. HEX triplet: 76, 32 and 4F. RGB value is (118,50,79). Sum of RGB (Red+Green+Blue) = 118+50+79=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76324F is #89CDB0. Grayscale: #494949. Windows color (decimal): -9031089 or 5190262. OLE color: 5190262.

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

Color convert

RGB 118 50 79 -
CMYK 0 0.58 0.33 0.54
HSL 334.41º 0.4% 0.33% -
HSV(B) 334.41º 0.58% 0.46% -
XYZ 10.02 6.7 8.16 -
YUV 73.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 118 50 79 0 0.58 0.33 0.54 334.41 0.4 0.33
Hex 76 32 4F 0 3A 21 36 14E 28 21
Octal 166 62 117 0 72 41 66 516 50 41
Binary 1110110 110010 1001111 0 111010 100001 110110 101001110 101000 100001

Color Harmonies of #76324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76324F

Black with #76324F

Text Example


Text Example

White with #76324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76324F; }

 p { color: rgb(118,50,79); }

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

background-color css

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

 a { background-color: rgb(118,50,79); }

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

border-color css

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

 span { border-color: rgb(118,50,79); }

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