Html Css Color HEX #7D334C Flirt

📋 copy color: '#7D334C'

red 125 ◦ green 51 ◦ blue 76

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

Shades of Flirt #7D334C

Tints of Flirt #7D334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

 BLUE value IS 76 (30.08% from 255) = 30.16%

R = 49.6%
G = 20.24%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7D334C (or 0x7D334C) is known color: Flirt. HEX triplet: 7D, 33 and 4C. RGB value is (125,51,76). Sum of RGB (Red+Green+Blue) = 125+51+76=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D334C is #82CCB3. Grayscale: #4B4B4B. Windows color (decimal): -8572084 or 4993917. OLE color: 4993917.

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

Color convert

RGB 125 51 76 -
CMYK 0 0.59 0.39 0.51
HSL 339.73º 0.42% 0.35% -
HSV(B) 339.73º 0.59% 0.49% -
XYZ 10.95 7.25 7.66 -
YUV 75.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 125 51 76 0 0.59 0.39 0.51 339.73 0.42 0.35
Hex 7D 33 4C 0 3B 27 33 154 2A 23
Octal 175 63 114 0 73 47 63 524 52 43
Binary 1111101 110011 1001100 0 111011 100111 110011 101010100 101010 100011

Color Harmonies of #7D334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D334C

Black with #7D334C

Text Example


Text Example

White with #7D334C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,51,76); }

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

background-color css

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

 a { background-color: rgb(125,51,76); }

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

border-color css

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

 span { border-color: rgb(125,51,76); }

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