#767583

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

Shades of Dolphin #767583

Tints of Dolphin #767583

Color information

#767583 (or 0x767583) is unknown color: approx Dolphin. HEX triplet: 76, 75 and 83. RGB value is (118,117,131). Sum of RGB (Red+Green+Blue) = 118+117+131=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 131 - color contains mainly: blue. Hex color #767583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767583 is #898A7C. Grayscale: #767676. Windows color (decimal): -9013885 or 8615286. OLE color: 8615286.

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

Color convert

RGB118117131-
CMYK0.100.1100.49
HSL244.29º5.65%48.63%-
HSV(B)244.29º10.69%51.37%-
XYZ17.9318.2124.04-
YUV118.9134.83127.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 131 (51.56% from 255) = 35.79%
R=32.24%
G=31.97%
B=35.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181171310.100.1100.49244.295.6548.63
Hex767583AB031f4631
Octal1661652031213061364661
Binary111011011101011000001110101011011000111110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767583; }

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

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

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

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

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

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

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

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