#767287

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

Shades of Dolphin #767287

Tints of Dolphin #767287

Color information

#767287 (or 0x767287) is unknown color: approx Dolphin. HEX triplet: 76, 72 and 87. RGB value is (118,114,135). Sum of RGB (Red+Green+Blue) = 118+114+135=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 135 - color contains mainly: blue. Hex color #767287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767287 is #898D78. Grayscale: #757575. Windows color (decimal): -9014649 or 8876662. OLE color: 8876662.

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

Color convert

RGB118114135-
CMYK0.130.1600.47
HSL251.43º8.43%48.82%-
HSV(B)251.43º15.56%52.94%-
XYZ17.8617.6425.38-
YUV117.59137.83128.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 135 (53.12% from 255) = 36.78%
R=32.15%
G=31.06%
B=36.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181141350.130.1600.47251.438.4348.82
Hex767287D1002Ffb831
Octal16616220715200573731061
Binary11101101110010100001111101100000101111111110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767287; }

 p { color: rgb(118,114,135); }

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

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

 a { background-color: rgb(118,114,135); }

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

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

 span { border-color: rgb(118,114,135); }

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