Html Css Color HEX #7F304C Flirt

📋 copy color: '#7F304C'

red 127 ◦ green 48 ◦ blue 76

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

Shades of Flirt #7F304C

Tints of Flirt #7F304C

RGB

 RED value IS 127 (50% from 255) = 50.6%

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

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

R = 50.6%
G = 19.12%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#7F304C (or 0x7F304C) is known color: Flirt. HEX triplet: 7F, 30 and 4C. RGB value is (127,48,76). Sum of RGB (Red+Green+Blue) = 127+48+76=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F304C is #80CFB3. Grayscale: #4A4A4A. Windows color (decimal): -8441780 or 4993151. OLE color: 4993151.

HSL color Cylindrical-coordinate representation of color #7F304C: hue angle of 338.73º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F304C is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 48 76 -
CMYK 0 0.62 0.40 0.50
HSL 338.73º 0.45% 0.34% -
HSV(B) 338.73º 0.62% 0.5% -
XYZ 11.11 7.15 7.63 -
YUV 74.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 127 48 76 0 0.62 0.40 0.50 338.73 0.45 0.34
Hex 7F 30 4C 0 3E 28 32 153 2D 22
Octal 177 60 114 0 76 50 62 523 55 42
Binary 1111111 110000 1001100 0 111110 101000 110010 101010011 101101 100010

Color Harmonies of #7F304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F304C

Black with #7F304C

Text Example


Text Example

White with #7F304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F304C; }

 p { color: rgb(127,48,76); }

 H1.HeaderClassName
 {
   color: #7F304C;
 }
 .AnyTagClassName
 {
   color: #7F304C;
 }
</style>

background-color css

<style>
 a { background-color: #7F304C; }

 a { background-color: rgb(127,48,76); }

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

border-color css

<style>
 span { border-color: #7F304C; }

 span { border-color: rgb(127,48,76); }

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