Html Css Color HEX #7F365C Flirt

📋 copy color: '#7F365C'

red 127 ◦ green 54 ◦ blue 92

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

Shades of Flirt #7F365C

Tints of Flirt #7F365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.78%

 BLUE value IS 92 (36.33% from 255) = 33.7%

R = 46.52%
G = 19.78%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F365C (or 0x7F365C) is known color: Flirt. HEX triplet: 7F, 36 and 5C. RGB value is (127,54,92). Sum of RGB (Red+Green+Blue) = 127+54+92=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 127 - color contains mainly: red. Hex color #7F365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F365C is #80C9A3. Grayscale: #505050. Windows color (decimal): -8440228 or 6043263. OLE color: 6043263.

HSL color Cylindrical-coordinate representation of color #7F365C: hue angle of 328.77º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F365C is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 54 92 -
CMYK 0 0.57 0.28 0.50
HSL 328.77º 0.4% 0.35% -
HSV(B) 328.77º 0.57% 0.5% -
XYZ 12 7.92 11.02 -
YUV 80.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 127 54 92 0 0.57 0.28 0.50 328.77 0.4 0.35
Hex 7F 36 5C 0 39 1C 32 149 28 23
Octal 177 66 134 0 71 34 62 511 50 43
Binary 1111111 110110 1011100 0 111001 11100 110010 101001001 101000 100011

Color Harmonies of #7F365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F365C

Black with #7F365C

Text Example


Text Example

White with #7F365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,54,92); }

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

background-color css

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

 a { background-color: rgb(127,54,92); }

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

border-color css

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

 span { border-color: rgb(127,54,92); }

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