#7F768A

Color #7F768A Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #7F768A

Tints of Topaz #7F768A

Color information

#7F768A (or 0x7F768A) is unknown color: approx Topaz. HEX triplet: 7F, 76 and 8A. RGB value is (127,118,138). Sum of RGB (Red+Green+Blue) = 127+118+138=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F768A is #808975. Grayscale: #7A7A7A. Windows color (decimal): -8423798 or 9074303. OLE color: 9074303.

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

Color convert

RGB127118138-
CMYK0.080.1400.46
HSL267º7.87%50.2%-
HSV(B)267º14.49%54.12%-
XYZ19.8219.326.73-
YUV122.97136.48130.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.16%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=33.16%
G=30.81%
B=36.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1271181380.080.1400.462677.8750.2
Hex7F768A8E02E10b832
Octal17716621210160564131062
Binary11111111110110100010101000111001011101000010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F768A;
 }
 .AnyTagClassName
 {
   color: #7F768A;
 }
</style>
background-color css

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

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

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

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

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

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