Html Css Color HEX #7D385C Flirt

📋 copy color: '#7D385C'

red 125 ◦ green 56 ◦ blue 92

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

Shades of Flirt #7D385C

Tints of Flirt #7D385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.51%

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

R = 45.79%
G = 20.51%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D385C (or 0x7D385C) is known color: Flirt. HEX triplet: 7D, 38 and 5C. RGB value is (125,56,92). Sum of RGB (Red+Green+Blue) = 125+56+92=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 125 - color contains mainly: red. Hex color #7D385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D385C is #82C7A3. Grayscale: #505050. Windows color (decimal): -8570788 or 6043773. OLE color: 6043773.

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

Color convert

RGB 125 56 92 -
CMYK 0 0.55 0.26 0.51
HSL 328.7º 0.38% 0.35% -
HSV(B) 328.7º 0.55% 0.49% -
XYZ 11.8 7.96 11.04 -
YUV 80.74 134.36 159.57 -
System Red Green Blue C M Y K H S L
Decimal 125 56 92 0 0.55 0.26 0.51 328.7 0.38 0.35
Hex 7D 38 5C 0 37 1A 33 149 26 23
Octal 175 70 134 0 67 32 63 511 46 43
Binary 1111101 111000 1011100 0 110111 11010 110011 101001001 100110 100011

Color Harmonies of #7D385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D385C

Black with #7D385C

Text Example


Text Example

White with #7D385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,56,92); }

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

background-color css

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

 a { background-color: rgb(125,56,92); }

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

border-color css

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

 span { border-color: rgb(125,56,92); }

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