#767380

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

Shades of Dolphin #767380

Tints of Dolphin #767380

Color information

#767380 (or 0x767380) is unknown color: approx Dolphin. HEX triplet: 76, 73 and 80. RGB value is (118,115,128). Sum of RGB (Red+Green+Blue) = 118+115+128=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 128 - color contains mainly: blue. Hex color #767380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767380 is #898C7F. Grayscale: #757575. Windows color (decimal): -9014400 or 8418166. OLE color: 8418166.

HSL color Cylindrical-coordinate representation of color #767380: hue angle of 253.85º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #767380 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB118115128-
CMYK0.080.1000.50
HSL253.85º5.35%47.65%-
HSV(B)253.85º10.16%50.2%-
XYZ17.517.6722.91-
YUV117.38133.99128.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.69%
GREEN value IS 115 (45.31% from 255) = 31.86%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=32.69%
G=31.86%
B=35.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1181151280.080.1000.50253.855.3547.65
Hex7673808A032fe530
Octal1661632001012062376560
Binary111011011100111000000010001010011001011111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767380; }

 p { color: rgb(118,115,128); }

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

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

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

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

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

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

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