Html Css Color HEX #7F365B Flirt

📋 copy color: '#7F365B'

red 127 ◦ green 54 ◦ blue 91

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

Shades of Flirt #7F365B

Tints of Flirt #7F365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.46%

R = 46.69%
G = 19.85%
B = 33.46%

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

#7F365B (or 0x7F365B) is known color: Flirt. HEX triplet: 7F, 36 and 5B. RGB value is (127,54,91). Sum of RGB (Red+Green+Blue) = 127+54+91=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 127 - color contains mainly: red. Hex color #7F365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F365B is #80C9A4. Grayscale: #4F4F4F. Windows color (decimal): -8440229 or 5977727. OLE color: 5977727.

HSL color Cylindrical-coordinate representation of color #7F365B: hue angle of 329.59º 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 #7F365B is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 54 91 -
CMYK 0 0.57 0.28 0.50
HSL 329.59º 0.4% 0.35% -
HSV(B) 329.59º 0.57% 0.5% -
XYZ 11.96 7.91 10.79 -
YUV 80.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 127 54 91 0 0.57 0.28 0.50 329.59 0.4 0.35
Hex 7F 36 5B 0 39 1C 32 14A 28 23
Octal 177 66 133 0 71 34 62 512 50 43
Binary 1111111 110110 1011011 0 111001 11100 110010 101001010 101000 100011

Color Harmonies of #7F365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F365B

Black with #7F365B

Text Example


Text Example

White with #7F365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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