#767584

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

Shades of Dolphin #767584

Tints of Dolphin #767584

Color information

#767584 (or 0x767584) is unknown color: approx Dolphin. HEX triplet: 76, 75 and 84. RGB value is (118,117,132). Sum of RGB (Red+Green+Blue) = 118+117+132=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 132 - color contains mainly: blue. Hex color #767584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767584 is #898A7B. Grayscale: #767676. Windows color (decimal): -9013884 or 8680822. OLE color: 8680822.

HSL color Cylindrical-coordinate representation of color #767584: hue angle of 244º 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 #767584 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB118117132-
CMYK0.110.1100.48
HSL244º6.02%48.82%-
HSV(B)244º11.36%51.76%-
XYZ1818.2424.4-
YUV119.01135.33127.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 117 (46.09% from 255) = 31.88%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=32.15%
G=31.88%
B=35.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181171320.110.1100.482446.0248.82
Hex767584BB030f4631
Octal1661652041313060364661
Binary111011011101011000010010111011011000011110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767584; }

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

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

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

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

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

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

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

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