#767B7D

Color #767B7D Regent Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent Grey #767B7D

Tints of Regent Grey #767B7D

Color information

#767B7D (or 0x767B7D) is unknown color: approx Regent Grey. HEX triplet: 76, 7B and 7D. RGB value is (118,123,125). Sum of RGB (Red+Green+Blue) = 118+123+125=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 125 - color contains mainly: blue. Hex color #767B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B7D is #898482. Grayscale: #797979. Windows color (decimal): -9012355 or 8223606. OLE color: 8223606.

HSL color Cylindrical-coordinate representation of color #767B7D: hue angle of 197.14º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #767B7D is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB118123125-
CMYK0.060.0200.51
HSL197.14º2.88%47.65%-
HSV(B)197.14º5.6%49.02%-
XYZ18.2619.522.2-
YUV121.73129.84125.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 123 (48.44% from 255) = 33.61%
BLUE value IS 125 (49.22% from 255) = 34.15%
R=32.24%
G=33.61%
B=34.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181231250.060.0200.51197.142.8847.65
Hex767B7D62033c5330
Octal16617317562063305360
Binary1110110111101111111011101001100111100010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767B7D; }

 p { color: rgb(118,123,125); }

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

<style>
 a { background-color: #767B7D; }

 a { background-color: rgb(118,123,125); }

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

<style>
 span { border-color: #767B7D; }

 span { border-color: rgb(118,123,125); }

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