#767285

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

Shades of Dolphin #767285

Tints of Dolphin #767285

Color information

#767285 (or 0x767285) is unknown color: approx Dolphin. HEX triplet: 76, 72 and 85. RGB value is (118,114,133). Sum of RGB (Red+Green+Blue) = 118+114+133=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #767285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767285 is #898D7A. Grayscale: #757575. Windows color (decimal): -9014651 or 8745590. OLE color: 8745590.

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

Color convert

RGB118114133-
CMYK0.110.1400.48
HSL252.63º7.69%48.43%-
HSV(B)252.63º14.29%52.16%-
XYZ17.7217.5824.65-
YUV117.36136.83128.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.33%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=32.33%
G=31.23%
B=36.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181141330.110.1400.48252.637.6948.43
Hex767285BE030fd830
Octal16616220513160603751060
Binary1110110111001010000101101111100110000111111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767285; }

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

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

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

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

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

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

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

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