Html Css Color HEX #76354A Flirt

📋 copy color: '#76354A'

red 118 ◦ green 53 ◦ blue 74

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

Shades of Flirt #76354A

Tints of Flirt #76354A

RGB

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

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

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

R = 48.16%
G = 21.63%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76354A (or 0x76354A) is known color: Flirt. HEX triplet: 76, 35 and 4A. RGB value is (118,53,74). Sum of RGB (Red+Green+Blue) = 118+53+74=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76354A is #89CAB5. Grayscale: #4A4A4A. Windows color (decimal): -9030326 or 4863350. OLE color: 4863350.

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

Color convert

RGB 118 53 74 -
CMYK 0 0.55 0.37 0.54
HSL 340.62º 0.38% 0.34% -
HSV(B) 340.62º 0.55% 0.46% -
XYZ 9.98 6.89 7.28 -
YUV 74.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 118 53 74 0 0.55 0.37 0.54 340.62 0.38 0.34
Hex 76 35 4A 0 37 25 36 155 26 22
Octal 166 65 112 0 67 45 66 525 46 42
Binary 1110110 110101 1001010 0 110111 100101 110110 101010101 100110 100010

Color Harmonies of #76354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76354A

Black with #76354A

Text Example


Text Example

White with #76354A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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