Html Css Color HEX #7F7289 Topaz

📋 copy color: '#7F7289'

red 127 ◦ green 114 ◦ blue 137

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

Shades of Topaz #7F7289

Tints of Topaz #7F7289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.16%

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

R = 33.6%
G = 30.16%
B = 36.24%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F7289 (or 0x7F7289) is known color: Topaz. HEX triplet: 7F, 72 and 89. RGB value is (127,114,137). Sum of RGB (Red+Green+Blue) = 127+114+137=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 137 - color contains mainly: blue. Hex color #7F7289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7289 is #808D76. Grayscale: #787878. Windows color (decimal): -8424823 or 9007743. OLE color: 9007743.

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

Color convert

RGB 127 114 137 -
CMYK 0.07 0.17 0 0.46
HSL 273.91º 0.09% 0.49% -
HSV(B) 273.91º 0.17% 0.54% -
XYZ 19.29 18.35 26.19 -
YUV 120.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 127 114 137 0.07 0.17 0 0.46 273.91 0.09 0.49
Hex 7F 72 89 7 11 0 2E 112 9 31
Octal 177 162 211 7 21 0 56 422 11 61
Binary 1111111 1110010 10001001 111 10001 0 101110 100010010 1001 110001

Color Harmonies of #7F7289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7289

Black with #7F7289

Text Example


Text Example

White with #7F7289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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