Html Css Color HEX #7F6289 Affair

📋 copy color: '#7F6289'

red 127 ◦ green 98 ◦ blue 137

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

Shades of Affair #7F6289

Tints of Affair #7F6289

RGB

 RED value IS 127 (50% from 255) = 35.08%

 GREEN value IS 98 (38.67% from 255) = 27.07%

 BLUE value IS 137 (53.91% from 255) = 37.85%

R = 35.08%
G = 27.07%
B = 37.85%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F6289 (or 0x7F6289) is known color: Affair. HEX triplet: 7F, 62 and 89. RGB value is (127,98,137). Sum of RGB (Red+Green+Blue) = 127+98+137=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 137 - color contains mainly: blue. Hex color #7F6289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6289 is #809D76. Grayscale: #6E6E6E. Windows color (decimal): -8428919 or 9003647. OLE color: 9003647.

HSL color Cylindrical-coordinate representation of color #7F6289: hue angle of 284.62º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F6289 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 127 98 137 -
CMYK 0.07 0.28 0 0.46
HSL 284.62º 0.17% 0.46% -
HSV(B) 284.62º 0.28% 0.54% -
XYZ 17.64 15.05 25.64 -
YUV 111.12 142.61 139.33 -
System Red Green Blue C M Y K H S L
Decimal 127 98 137 0.07 0.28 0 0.46 284.62 0.17 0.46
Hex 7F 62 89 7 1C 0 2E 11D 11 2E
Octal 177 142 211 7 34 0 56 435 21 56
Binary 1111111 1100010 10001001 111 11100 0 101110 100011101 10001 101110

Color Harmonies of #7F6289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6289

Black with #7F6289

Text Example


Text Example

White with #7F6289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,98,137); }

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

background-color css

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

 a { background-color: rgb(127,98,137); }

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

border-color css

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

 span { border-color: rgb(127,98,137); }

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