Html Css Color HEX #7D6188 Affair

📋 copy color: '#7D6188'

red 125 ◦ green 97 ◦ blue 136

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

Shades of Affair #7D6188

Tints of Affair #7D6188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.09%

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 34.92%
G = 27.09%
B = 37.99%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D6188 (or 0x7D6188) is known color: Affair. HEX triplet: 7D, 61 and 88. RGB value is (125,97,136). Sum of RGB (Red+Green+Blue) = 125+97+136=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D6188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6188 is #829E77. Grayscale: #6D6D6D. Windows color (decimal): -8560248 or 8937853. OLE color: 8937853.

HSL color Cylindrical-coordinate representation of color #7D6188: hue angle of 283.08º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D6188 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 97 136 -
CMYK 0.08 0.29 0 0.47
HSL 283.08º 0.17% 0.46% -
HSV(B) 283.08º 0.29% 0.53% -
XYZ 17.18 14.69 25.22 -
YUV 109.82 142.78 138.83 -
System Red Green Blue C M Y K H S L
Decimal 125 97 136 0.08 0.29 0 0.47 283.08 0.17 0.46
Hex 7D 61 88 8 1D 0 2F 11B 11 2E
Octal 175 141 210 10 35 0 57 433 21 56
Binary 1111101 1100001 10001000 1000 11101 0 101111 100011011 10001 101110

Color Harmonies of #7D6188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6188

Black with #7D6188

Text Example


Text Example

White with #7D6188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,97,136); }

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

background-color css

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

 a { background-color: rgb(125,97,136); }

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

border-color css

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

 span { border-color: rgb(125,97,136); }

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