Html Css Color HEX #76304D Flirt

📋 copy color: '#76304D'

red 118 ◦ green 48 ◦ blue 77

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

Shades of Flirt #76304D

Tints of Flirt #76304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.75%

 BLUE value IS 77 (30.47% from 255) = 31.69%

R = 48.56%
G = 19.75%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76304D (or 0x76304D) is known color: Flirt. HEX triplet: 76, 30 and 4D. RGB value is (118,48,77). Sum of RGB (Red+Green+Blue) = 118+48+77=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76304D is #89CFB2. Grayscale: #484848. Windows color (decimal): -9031603 or 5058678. OLE color: 5058678.

HSL color Cylindrical-coordinate representation of color #76304D: hue angle of 335.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76304D is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 77 -
CMYK 0 0.59 0.35 0.54
HSL 335.14º 0.42% 0.33% -
HSV(B) 335.14º 0.59% 0.46% -
XYZ 9.87 6.5 7.76 -
YUV 72.24 130.69 160.64 -
System Red Green Blue C M Y K H S L
Decimal 118 48 77 0 0.59 0.35 0.54 335.14 0.42 0.33
Hex 76 30 4D 0 3B 23 36 14F 2A 21
Octal 166 60 115 0 73 43 66 517 52 41
Binary 1110110 110000 1001101 0 111011 100011 110110 101001111 101010 100001

Color Harmonies of #76304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76304D

Black with #76304D

Text Example


Text Example

White with #76304D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,48,77); }

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

background-color css

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

 a { background-color: rgb(118,48,77); }

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

border-color css

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

 span { border-color: rgb(118,48,77); }

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