Html Css Color HEX #76274E Flirt

📋 copy color: '#76274E'

red 118 ◦ green 39 ◦ blue 78

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

Shades of Flirt #76274E

Tints of Flirt #76274E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.6%

 BLUE value IS 78 (30.86% from 255) = 33.19%

R = 50.21%
G = 16.6%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76274E (or 0x76274E) is known color: Flirt. HEX triplet: 76, 27 and 4E. RGB value is (118,39,78). Sum of RGB (Red+Green+Blue) = 118+39+78=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #76274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76274E is #89D8B1. Grayscale: #424242. Windows color (decimal): -9033906 or 5121910. OLE color: 5121910.

HSL color Cylindrical-coordinate representation of color #76274E: hue angle of 330.38º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76274E is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 39 78 -
CMYK 0 0.67 0.34 0.54
HSL 330.38º 0.5% 0.31% -
HSV(B) 330.38º 0.67% 0.46% -
XYZ 9.57 5.85 7.83 -
YUV 67.07 134.17 164.33 -
System Red Green Blue C M Y K H S L
Decimal 118 39 78 0 0.67 0.34 0.54 330.38 0.5 0.31
Hex 76 27 4E 0 43 22 36 14A 32 1F
Octal 166 47 116 0 103 42 66 512 62 37
Binary 1110110 100111 1001110 0 1000011 100010 110110 101001010 110010 11111

Color Harmonies of #76274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76274E

Black with #76274E

Text Example


Text Example

White with #76274E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76274E; }

 p { color: rgb(118,39,78); }

 H1.HeaderClassName
 {
   color: #76274E;
 }
 .AnyTagClassName
 {
   color: #76274E;
 }
</style>

background-color css

<style>
 a { background-color: #76274E; }

 a { background-color: rgb(118,39,78); }

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

border-color css

<style>
 span { border-color: #76274E; }

 span { border-color: rgb(118,39,78); }

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