#767F85

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

Shades of Regent Grey #767F85

Tints of Regent Grey #767F85

Color information

#767F85 (or 0x767F85) is unknown color: approx Regent Grey. HEX triplet: 76, 7F and 85. RGB value is (118,127,133). Sum of RGB (Red+Green+Blue) = 118+127+133=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 133 - color contains mainly: blue. Hex color #767F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767F85 is #89807A. Grayscale: #7C7C7C. Windows color (decimal): -9011323 or 8748918. OLE color: 8748918.

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

Color convert

RGB118127133-
CMYK0.110.0500.48
HSL204º5.98%49.22%-
HSV(B)204º11.28%52.16%-
XYZ19.2920.7225.17-
YUV124.99132.52123.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 133 (52.34% from 255) = 35.19%
R=31.22%
G=33.60%
B=35.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181271330.110.0500.482045.9849.22
Hex767F85B5030cc631
Octal166177205135060314661
Binary11101101111111100001011011101011000011001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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