#78768A

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

Shades of Dolphin #78768A

Tints of Dolphin #78768A

Color information

#78768A (or 0x78768A) is unknown color: approx Dolphin. HEX triplet: 78, 76 and 8A. RGB value is (120,118,138). Sum of RGB (Red+Green+Blue) = 120+118+138=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 138 - color contains mainly: blue. Hex color #78768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78768A is #878975. Grayscale: #787878. Windows color (decimal): -8882550 or 9074296. OLE color: 9074296.

HSL color Cylindrical-coordinate representation of color #78768A: hue angle of 246º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #78768A is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB120118138-
CMYK0.130.1400.46
HSL246º7.87%50.2%-
HSV(B)246º14.49%54.12%-
XYZ18.8118.7826.68-
YUV120.88137.66127.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.91%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=31.91%
G=31.38%
B=36.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1201181380.130.1400.462467.8750.2
Hex78768ADE02Ef6832
Octal17016621215160563661062
Binary1111000111011010001010110111100101110111101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78768A; }

 p { color: rgb(120,118,138); }

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

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

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

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

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

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

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