Html Css Color HEX #76345E Flirt

📋 copy color: '#76345E'

red 118 ◦ green 52 ◦ blue 94

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

Shades of Flirt #76345E

Tints of Flirt #76345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.7%

 BLUE value IS 94 (37.11% from 255) = 35.61%

R = 44.7%
G = 19.7%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76345E (or 0x76345E) is known color: Flirt. HEX triplet: 76, 34 and 5E. RGB value is (118,52,94). Sum of RGB (Red+Green+Blue) = 118+52+94=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76345E is #89CBA1. Grayscale: #4C4C4C. Windows color (decimal): -9030562 or 6173814. OLE color: 6173814.

HSL color Cylindrical-coordinate representation of color #76345E: hue angle of 321.82º 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 #76345E is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 52 94 -
CMYK 0 0.56 0.20 0.54
HSL 321.82º 0.39% 0.33% -
HSV(B) 321.82º 0.56% 0.46% -
XYZ 10.72 7.12 11.4 -
YUV 76.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 118 52 94 0 0.56 0.20 0.54 321.82 0.39 0.33
Hex 76 34 5E 0 38 14 36 142 27 21
Octal 166 64 136 0 70 24 66 502 47 41
Binary 1110110 110100 1011110 0 111000 10100 110110 101000010 100111 100001

Color Harmonies of #76345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76345E

Black with #76345E

Text Example


Text Example

White with #76345E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,52,94); }

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

background-color css

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

 a { background-color: rgb(118,52,94); }

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

border-color css

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

 span { border-color: rgb(118,52,94); }

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