Html Css Color HEX #76355D Flirt

📋 copy color: '#76355D'

red 118 ◦ green 53 ◦ blue 93

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

Shades of Flirt #76355D

Tints of Flirt #76355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.08%

 BLUE value IS 93 (36.72% from 255) = 35.23%

R = 44.7%
G = 20.08%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76355D (or 0x76355D) is known color: Flirt. HEX triplet: 76, 35 and 5D. RGB value is (118,53,93). Sum of RGB (Red+Green+Blue) = 118+53+93=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76355D is #89CAA2. Grayscale: #4C4C4C. Windows color (decimal): -9030307 or 6108534. OLE color: 6108534.

HSL color Cylindrical-coordinate representation of color #76355D: hue angle of 323.08º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76355D is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 93 -
CMYK 0 0.55 0.21 0.54
HSL 323.08º 0.38% 0.34% -
HSV(B) 323.08º 0.55% 0.46% -
XYZ 10.72 7.19 11.18 -
YUV 77 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 118 53 93 0 0.55 0.21 0.54 323.08 0.38 0.34
Hex 76 35 5D 0 37 15 36 143 26 22
Octal 166 65 135 0 67 25 66 503 46 42
Binary 1110110 110101 1011101 0 110111 10101 110110 101000011 100110 100010

Color Harmonies of #76355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76355D

Black with #76355D

Text Example


Text Example

White with #76355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76355D; }

 p { color: rgb(118,53,93); }

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

background-color css

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

 a { background-color: rgb(118,53,93); }

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

border-color css

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

 span { border-color: rgb(118,53,93); }

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