#767585

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

Shades of Dolphin #767585

Tints of Dolphin #767585

Color information

#767585 (or 0x767585) is unknown color: approx Dolphin. HEX triplet: 76, 75 and 85. RGB value is (118,117,133). Sum of RGB (Red+Green+Blue) = 118+117+133=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 133 - color contains mainly: blue. Hex color #767585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767585 is #898A7A. Grayscale: #777777. Windows color (decimal): -9013883 or 8746358. OLE color: 8746358.

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

Color convert

RGB118117133-
CMYK0.110.1200.48
HSL243.75º6.4%49.02%-
HSV(B)243.75º12.03%52.16%-
XYZ18.0718.2724.76-
YUV119.12135.83127.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 133 (52.34% from 255) = 36.14%
R=32.07%
G=31.79%
B=36.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181171330.110.1200.48243.756.449.02
Hex767585BC030f4631
Octal1661652051314060364661
Binary111011011101011000010110111100011000011110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767585; }

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

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

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

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

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

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

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

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