#767682

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

Shades of Dolphin #767682

Tints of Dolphin #767682

Color information

#767682 (or 0x767682) is unknown color: approx Dolphin. HEX triplet: 76, 76 and 82. RGB value is (118,118,130). Sum of RGB (Red+Green+Blue) = 118+118+130=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 130 - color contains mainly: blue. Hex color #767682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767682 is #89897D. Grayscale: #777777. Windows color (decimal): -9013630 or 8550006. OLE color: 8550006.

HSL color Cylindrical-coordinate representation of color #767682: hue angle of 240º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #767682 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB118118130-
CMYK0.090.0900.49
HSL240º4.84%48.63%-
HSV(B)240º9.23%50.98%-
XYZ17.9818.4223.73-
YUV119.37134127.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=32.24%
G=32.24%
B=35.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181181300.090.0900.492404.8448.63
Hex76768299031f0531
Octal1661662021111061360561
Binary111011011101101000001010011001011000111110000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767682; }

 p { color: rgb(118,118,130); }

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

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

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

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

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

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

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