Html Css Color HEX #7F7E8A Topaz

📋 copy color: '#7F7E8A'

red 127 ◦ green 126 ◦ blue 138

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

Shades of Topaz #7F7E8A

Tints of Topaz #7F7E8A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.23%

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 32.48%
G = 32.23%
B = 35.29%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F7E8A (or 0x7F7E8A) is known color: Topaz. HEX triplet: 7F, 7E and 8A. RGB value is (127,126,138). Sum of RGB (Red+Green+Blue) = 127+126+138=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F7E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7E8A is #808175. Grayscale: #7F7F7F. Windows color (decimal): -8421750 or 9076351. OLE color: 9076351.

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

Color convert

RGB 127 126 138 -
CMYK 0.08 0.09 0 0.46
HSL 245º 0.05% 0.52% -
HSV(B) 245º 0.09% 0.54% -
XYZ 20.8 21.27 27.05 -
YUV 127.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 127 126 138 0.08 0.09 0 0.46 245 0.05 0.52
Hex 7F 7E 8A 8 9 0 2E F5 5 34
Octal 177 176 212 10 11 0 56 365 5 64
Binary 1111111 1111110 10001010 1000 1001 0 101110 11110101 101 110100

Color Harmonies of #7F7E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7E8A

Black with #7F7E8A

Text Example


Text Example

White with #7F7E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,126,138); }

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

background-color css

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

 a { background-color: rgb(127,126,138); }

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

border-color css

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

 span { border-color: rgb(127,126,138); }

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