Html Css Color HEX #76365D Flirt

📋 copy color: '#76365D'

red 118 ◦ green 54 ◦ blue 93

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

Shades of Flirt #76365D

Tints of Flirt #76365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.38%

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

R = 44.53%
G = 20.38%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76365D (or 0x76365D) is known color: Flirt. HEX triplet: 76, 36 and 5D. RGB value is (118,54,93). Sum of RGB (Red+Green+Blue) = 118+54+93=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76365D is #89C9A2. Grayscale: #4D4D4D. Windows color (decimal): -9030051 or 6108790. OLE color: 6108790.

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

Color convert

RGB 118 54 93 -
CMYK 0 0.54 0.21 0.54
HSL 323.44º 0.37% 0.34% -
HSV(B) 323.44º 0.54% 0.46% -
XYZ 10.77 7.28 11.19 -
YUV 77.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 118 54 93 0 0.54 0.21 0.54 323.44 0.37 0.34
Hex 76 36 5D 0 36 15 36 143 25 22
Octal 166 66 135 0 66 25 66 503 45 42
Binary 1110110 110110 1011101 0 110110 10101 110110 101000011 100101 100010

Color Harmonies of #76365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76365D

Black with #76365D

Text Example


Text Example

White with #76365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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