#767F82

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

Shades of Regent Grey #767F82

Tints of Regent Grey #767F82

Color information

#767F82 (or 0x767F82) is unknown color: approx Regent Grey. HEX triplet: 76, 7F and 82. RGB value is (118,127,130). Sum of RGB (Red+Green+Blue) = 118+127+130=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 130 - color contains mainly: blue. Hex color #767F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767F82 is #89807D. Grayscale: #7C7C7C. Windows color (decimal): -9011326 or 8552310. OLE color: 8552310.

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

Color convert

RGB118127130-
CMYK0.090.0200.49
HSL195º4.84%48.63%-
HSV(B)195º9.23%50.98%-
XYZ19.0920.6424.1-
YUV124.65131.02123.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=31.47%
G=33.87%
B=34.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181271300.090.0200.491954.8448.63
Hex767F8292031c3531
Octal166177202112061303561
Binary1110110111111110000010100110011000111000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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