Html Css Color HEX #7D3754 Flirt

📋 copy color: '#7D3754'

red 125 ◦ green 55 ◦ blue 84

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

Shades of Flirt #7D3754

Tints of Flirt #7D3754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.82%

R = 47.35%
G = 20.83%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7D3754 (or 0x7D3754) is known color: Flirt. HEX triplet: 7D, 37 and 54. RGB value is (125,55,84). Sum of RGB (Red+Green+Blue) = 125+55+84=264 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.35% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3754 is #82C8AB. Grayscale: #4F4F4F. Windows color (decimal): -8571052 or 5519229. OLE color: 5519229.

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

Color convert

RGB 125 55 84 -
CMYK 0 0.56 0.33 0.51
HSL 335.14º 0.39% 0.35% -
HSV(B) 335.14º 0.56% 0.49% -
XYZ 11.42 7.73 9.28 -
YUV 79.24 130.69 160.64 -
System Red Green Blue C M Y K H S L
Decimal 125 55 84 0 0.56 0.33 0.51 335.14 0.39 0.35
Hex 7D 37 54 0 38 21 33 14F 27 23
Octal 175 67 124 0 70 41 63 517 47 43
Binary 1111101 110111 1010100 0 111000 100001 110011 101001111 100111 100011

Color Harmonies of #7D3754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3754

Black with #7D3754

Text Example


Text Example

White with #7D3754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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