Html Css Color HEX #7F7D89 Topaz

📋 copy color: '#7F7D89'

red 127 ◦ green 125 ◦ blue 137

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

Shades of Topaz #7F7D89

Tints of Topaz #7F7D89

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.13%

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

R = 32.65%
G = 32.13%
B = 35.22%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F7D89 (or 0x7F7D89) is known color: Topaz. HEX triplet: 7F, 7D and 89. RGB value is (127,125,137). Sum of RGB (Red+Green+Blue) = 127+125+137=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 137 - color contains mainly: blue. Hex color #7F7D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7D89 is #808276. Grayscale: #7E7E7E. Windows color (decimal): -8422007 or 9010559. OLE color: 9010559.

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

Color convert

RGB 127 125 137 -
CMYK 0.07 0.09 0 0.46
HSL 250º 0.05% 0.51% -
HSV(B) 250º 0.09% 0.54% -
XYZ 20.6 20.99 26.63 -
YUV 126.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 127 125 137 0.07 0.09 0 0.46 250 0.05 0.51
Hex 7F 7D 89 7 9 0 2E FA 5 33
Octal 177 175 211 7 11 0 56 372 5 63
Binary 1111111 1111101 10001001 111 1001 0 101110 11111010 101 110011

Color Harmonies of #7F7D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7D89

Black with #7F7D89

Text Example


Text Example

White with #7F7D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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