Html Css Color HEX #7F7189 Topaz

📋 copy color: '#7F7189'

red 127 ◦ green 113 ◦ blue 137

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

Shades of Topaz #7F7189

Tints of Topaz #7F7189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.97%

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

R = 33.69%
G = 29.97%
B = 36.34%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F7189 (or 0x7F7189) is known color: Topaz. HEX triplet: 7F, 71 and 89. RGB value is (127,113,137). Sum of RGB (Red+Green+Blue) = 127+113+137=377 (49% of max value = 765). Red value is 127 (50% from 255 or 33.69% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 137 - color contains mainly: blue. Hex color #7F7189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7189 is #808E76. Grayscale: #777777. Windows color (decimal): -8425079 or 9007487. OLE color: 9007487.

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

Color convert

RGB 127 113 137 -
CMYK 0.07 0.18 0 0.46
HSL 275º 0.1% 0.49% -
HSV(B) 275º 0.18% 0.54% -
XYZ 19.17 18.13 26.16 -
YUV 119.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 127 113 137 0.07 0.18 0 0.46 275 0.1 0.49
Hex 7F 71 89 7 12 0 2E 113 A 31
Octal 177 161 211 7 22 0 56 423 12 61
Binary 1111111 1110001 10001001 111 10010 0 101110 100010011 1010 110001

Color Harmonies of #7F7189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7189

Black with #7F7189

Text Example


Text Example

White with #7F7189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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