Html Css Color HEX #725377 Affair

📋 copy color: '#725377'

red 114 ◦ green 83 ◦ blue 119

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

Shades of Affair #725377

Tints of Affair #725377

RGB

 RED value IS 114 (44.92% from 255) = 36.08%

 GREEN value IS 83 (32.81% from 255) = 26.27%

 BLUE value IS 119 (46.88% from 255) = 37.66%

R = 36.08%
G = 26.27%
B = 37.66%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#725377 (or 0x725377) is known color: Affair. HEX triplet: 72, 53 and 77. RGB value is (114,83,119). Sum of RGB (Red+Green+Blue) = 114+83+119=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 119 - color contains mainly: blue. Hex color #725377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725377 is #8DAC88. Grayscale: #606060. Windows color (decimal): -9284745 or 7820146. OLE color: 7820146.

HSL color Cylindrical-coordinate representation of color #725377: hue angle of 291.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725377 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 83 119 -
CMYK 0.04 0.30 0 0.53
HSL 291.67º 0.18% 0.4% -
HSV(B) 291.67º 0.3% 0.47% -
XYZ 13.36 11.1 18.89 -
YUV 96.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 114 83 119 0.04 0.30 0 0.53 291.67 0.18 0.4
Hex 72 53 77 4 1E 0 35 124 12 28
Octal 162 123 167 4 36 0 65 444 22 50
Binary 1110010 1010011 1110111 100 11110 0 110101 100100100 10010 101000

Color Harmonies of #725377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725377

Black with #725377

Text Example


Text Example

White with #725377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725377; }

 p { color: rgb(114,83,119); }

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

background-color css

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

 a { background-color: rgb(114,83,119); }

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

border-color css

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

 span { border-color: rgb(114,83,119); }

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