#768586

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

Shades of Regent Grey #768586

Tints of Regent Grey #768586

Color information

#768586 (or 0x768586) is unknown color: approx Regent Grey. HEX triplet: 76, 85 and 86. RGB value is (118,133,134). Sum of RGB (Red+Green+Blue) = 118+133+134=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 134 - color contains mainly: blue. Hex color #768586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768586 is #897A79. Grayscale: #808080. Windows color (decimal): -9009786 or 8815990. OLE color: 8815990.

HSL color Cylindrical-coordinate representation of color #768586: hue angle of 183.75º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #768586 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB118133134-
CMYK0.120.0100.47
HSL183.75º6.35%49.41%-
HSV(B)183.75º11.94%52.55%-
XYZ20.1622.3525.81-
YUV128.63131.03120.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.65%
GREEN value IS 133 (52.34% from 255) = 34.55%
BLUE value IS 134 (52.73% from 255) = 34.81%
R=30.65%
G=34.55%
B=34.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181331340.120.0100.47183.756.3549.41
Hex768586C102Fb8631
Octal166205206141057270661
Binary1110110100001011000011011001010111110111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768586; }

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

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

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

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

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

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

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

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