Html Css Color HEX #7E3655 Flirt

📋 copy color: '#7E3655'

red 126 ◦ green 54 ◦ blue 85

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

Shades of Flirt #7E3655

Tints of Flirt #7E3655

RGB

 RED value IS 126 (49.61% from 255) = 47.55%

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

 BLUE value IS 85 (33.59% from 255) = 32.08%

R = 47.55%
G = 20.38%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7E3655 (or 0x7E3655) is known color: Flirt. HEX triplet: 7E, 36 and 55. RGB value is (126,54,85). Sum of RGB (Red+Green+Blue) = 126+54+85=265 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.55% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3655 is #81C9AA. Grayscale: #4F4F4F. Windows color (decimal): -8505771 or 5584510. OLE color: 5584510.

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

Color convert

RGB 126 54 85 -
CMYK 0 0.57 0.33 0.51
HSL 334.17º 0.4% 0.35% -
HSV(B) 334.17º 0.57% 0.49% -
XYZ 11.56 7.73 9.48 -
YUV 79.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 126 54 85 0 0.57 0.33 0.51 334.17 0.4 0.35
Hex 7E 36 55 0 39 21 33 14E 28 23
Octal 176 66 125 0 71 41 63 516 50 43
Binary 1111110 110110 1010101 0 111001 100001 110011 101001110 101000 100011

Color Harmonies of #7E3655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3655

Black with #7E3655

Text Example


Text Example

White with #7E3655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,54,85); }

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

background-color css

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

 a { background-color: rgb(126,54,85); }

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

border-color css

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

 span { border-color: rgb(126,54,85); }

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