Html Css Color HEX #7D3657 Flirt

📋 copy color: '#7D3657'

red 125 ◦ green 54 ◦ blue 87

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

Shades of Flirt #7D3657

Tints of Flirt #7D3657

RGB

 RED value IS 125 (49.22% from 255) = 46.99%

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

 BLUE value IS 87 (34.38% from 255) = 32.71%

R = 46.99%
G = 20.3%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7D3657 (or 0x7D3657) is known color: Flirt. HEX triplet: 7D, 36 and 57. RGB value is (125,54,87). Sum of RGB (Red+Green+Blue) = 125+54+87=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3657 is #82C9A8. Grayscale: #4E4E4E. Windows color (decimal): -8571305 or 5715581. OLE color: 5715581.

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

Color convert

RGB 125 54 87 -
CMYK 0 0.57 0.30 0.51
HSL 332.11º 0.4% 0.35% -
HSV(B) 332.11º 0.57% 0.49% -
XYZ 11.5 7.69 9.89 -
YUV 78.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 125 54 87 0 0.57 0.30 0.51 332.11 0.4 0.35
Hex 7D 36 57 0 39 1E 33 14C 28 23
Octal 175 66 127 0 71 36 63 514 50 43
Binary 1111101 110110 1010111 0 111001 11110 110011 101001100 101000 100011

Color Harmonies of #7D3657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3657

Black with #7D3657

Text Example


Text Example

White with #7D3657

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,54,87); }

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

background-color css

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

 a { background-color: rgb(125,54,87); }

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

border-color css

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

 span { border-color: rgb(125,54,87); }

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