Html Css Color HEX #76354C Flirt

📋 copy color: '#76354C'

red 118 ◦ green 53 ◦ blue 76

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

Shades of Flirt #76354C

Tints of Flirt #76354C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.77%

R = 47.77%
G = 21.46%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76354C (or 0x76354C) is known color: Flirt. HEX triplet: 76, 35 and 4C. RGB value is (118,53,76). Sum of RGB (Red+Green+Blue) = 118+53+76=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76354C is #89CAB3. Grayscale: #4B4B4B. Windows color (decimal): -9030324 or 4994422. OLE color: 4994422.

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

Color convert

RGB 118 53 76 -
CMYK 0 0.55 0.36 0.54
HSL 338.77º 0.38% 0.34% -
HSV(B) 338.77º 0.55% 0.46% -
XYZ 10.05 6.92 7.64 -
YUV 75.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 118 53 76 0 0.55 0.36 0.54 338.77 0.38 0.34
Hex 76 35 4C 0 37 24 36 153 26 22
Octal 166 65 114 0 67 44 66 523 46 42
Binary 1110110 110101 1001100 0 110111 100100 110110 101010011 100110 100010

Color Harmonies of #76354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76354C

Black with #76354C

Text Example


Text Example

White with #76354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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