Html Css Color HEX #76364F Flirt

📋 copy color: '#76364F'

red 118 ◦ green 54 ◦ blue 79

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

Shades of Flirt #76364F

Tints of Flirt #76364F

RGB

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

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

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

R = 47.01%
G = 21.51%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76364F (or 0x76364F) is known color: Flirt. HEX triplet: 76, 36 and 4F. RGB value is (118,54,79). Sum of RGB (Red+Green+Blue) = 118+54+79=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76364F is #89C9B0. Grayscale: #4B4B4B. Windows color (decimal): -9030065 or 5191286. OLE color: 5191286.

HSL color Cylindrical-coordinate representation of color #76364F: hue angle of 336.56º 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 #76364F is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 54 79 -
CMYK 0 0.54 0.33 0.54
HSL 336.56º 0.37% 0.34% -
HSV(B) 336.56º 0.54% 0.46% -
XYZ 10.2 7.05 8.22 -
YUV 75.99 129.7 157.97 -
System Red Green Blue C M Y K H S L
Decimal 118 54 79 0 0.54 0.33 0.54 336.56 0.37 0.34
Hex 76 36 4F 0 36 21 36 151 25 22
Octal 166 66 117 0 66 41 66 521 45 42
Binary 1110110 110110 1001111 0 110110 100001 110110 101010001 100101 100010

Color Harmonies of #76364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76364F

Black with #76364F

Text Example


Text Example

White with #76364F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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