Html Css Color HEX #76344C Flirt

📋 copy color: '#76344C'

red 118 ◦ green 52 ◦ blue 76

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

Shades of Flirt #76344C

Tints of Flirt #76344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.14%

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

R = 47.97%
G = 21.14%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76344C (or 0x76344C) is known color: Flirt. HEX triplet: 76, 34 and 4C. RGB value is (118,52,76). Sum of RGB (Red+Green+Blue) = 118+52+76=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76344C is #89CBB3. Grayscale: #4A4A4A. Windows color (decimal): -9030580 or 4994166. OLE color: 4994166.

HSL color Cylindrical-coordinate representation of color #76344C: hue angle of 338.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76344C is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 52 76 -
CMYK 0 0.56 0.36 0.54
HSL 338.18º 0.39% 0.33% -
HSV(B) 338.18º 0.56% 0.46% -
XYZ 10 6.83 7.63 -
YUV 74.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 118 52 76 0 0.56 0.36 0.54 338.18 0.39 0.33
Hex 76 34 4C 0 38 24 36 152 27 21
Octal 166 64 114 0 70 44 66 522 47 41
Binary 1110110 110100 1001100 0 111000 100100 110110 101010010 100111 100001

Color Harmonies of #76344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76344C

Black with #76344C

Text Example


Text Example

White with #76344C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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