Html Css Color HEX #76304A Flirt

📋 copy color: '#76304A'

red 118 ◦ green 48 ◦ blue 74

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

Shades of Flirt #76304A

Tints of Flirt #76304A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.83%

R = 49.17%
G = 20%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76304A (or 0x76304A) is known color: Flirt. HEX triplet: 76, 30 and 4A. RGB value is (118,48,74). Sum of RGB (Red+Green+Blue) = 118+48+74=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #76304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76304A is #89CFB5. Grayscale: #474747. Windows color (decimal): -9031606 or 4862070. OLE color: 4862070.

HSL color Cylindrical-coordinate representation of color #76304A: hue angle of 337.71º 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 #76304A is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 74 -
CMYK 0 0.59 0.37 0.54
HSL 337.71º 0.42% 0.33% -
HSV(B) 337.71º 0.59% 0.46% -
XYZ 9.76 6.46 7.21 -
YUV 71.89 129.19 160.89 -
System Red Green Blue C M Y K H S L
Decimal 118 48 74 0 0.59 0.37 0.54 337.71 0.42 0.33
Hex 76 30 4A 0 3B 25 36 152 2A 21
Octal 166 60 112 0 73 45 66 522 52 41
Binary 1110110 110000 1001010 0 111011 100101 110110 101010010 101010 100001

Color Harmonies of #76304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76304A

Black with #76304A

Text Example


Text Example

White with #76304A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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