Html Css Color HEX #7D375F Flirt

📋 copy color: '#7D375F'

red 125 ◦ green 55 ◦ blue 95

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

Shades of Flirt #7D375F

Tints of Flirt #7D375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20%

 BLUE value IS 95 (37.5% from 255) = 34.55%

R = 45.45%
G = 20%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7D375F (or 0x7D375F) is known color: Flirt. HEX triplet: 7D, 37 and 5F. RGB value is (125,55,95). Sum of RGB (Red+Green+Blue) = 125+55+95=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 125 - color contains mainly: red. Hex color #7D375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D375F is #82C8A0. Grayscale: #505050. Windows color (decimal): -8571041 or 6240125. OLE color: 6240125.

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

Color convert

RGB 125 55 95 -
CMYK 0 0.56 0.24 0.51
HSL 325.71º 0.39% 0.35% -
HSV(B) 325.71º 0.56% 0.49% -
XYZ 11.89 7.92 11.73 -
YUV 80.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 125 55 95 0 0.56 0.24 0.51 325.71 0.39 0.35
Hex 7D 37 5F 0 38 18 33 146 27 23
Octal 175 67 137 0 70 30 63 506 47 43
Binary 1111101 110111 1011111 0 111000 11000 110011 101000110 100111 100011

Color Harmonies of #7D375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D375F

Black with #7D375F

Text Example


Text Example

White with #7D375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,55,95); }

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

background-color css

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

 a { background-color: rgb(125,55,95); }

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

border-color css

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

 span { border-color: rgb(125,55,95); }

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