Html Css Color HEX #76234E Flirt

📋 copy color: '#76234E'

red 118 ◦ green 35 ◦ blue 78

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

Shades of Flirt #76234E

Tints of Flirt #76234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

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

R = 51.08%
G = 15.15%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76234E (or 0x76234E) is known color: Flirt. HEX triplet: 76, 23 and 4E. RGB value is (118,35,78). Sum of RGB (Red+Green+Blue) = 118+35+78=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76234E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76234E is #89DCB1. Grayscale: #404040. Windows color (decimal): -9034930 or 5120886. OLE color: 5120886.

HSL color Cylindrical-coordinate representation of color #76234E: hue angle of 328.92º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76234E is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 35 78 -
CMYK 0 0.70 0.34 0.54
HSL 328.92º 0.54% 0.3% -
HSV(B) 328.92º 0.7% 0.46% -
XYZ 9.45 5.6 7.79 -
YUV 64.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 118 35 78 0 0.70 0.34 0.54 328.92 0.54 0.3
Hex 76 23 4E 0 46 22 36 149 36 1E
Octal 166 43 116 0 106 42 66 511 66 36
Binary 1110110 100011 1001110 0 1000110 100010 110110 101001001 110110 11110

Color Harmonies of #76234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76234E

Black with #76234E

Text Example


Text Example

White with #76234E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,35,78); }

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

background-color css

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

 a { background-color: rgb(118,35,78); }

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

border-color css

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

 span { border-color: rgb(118,35,78); }

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