#78787B

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

Shades of Dolphin #78787B

Tints of Dolphin #78787B

Color information

#78787B (or 0x78787B) is unknown color: approx Dolphin. HEX triplet: 78, 78 and 7B. RGB value is (120,120,123). Sum of RGB (Red+Green+Blue) = 120+120+123=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 123 - color contains mainly: blue. Hex color #78787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78787B is #878784. Grayscale: #787878. Windows color (decimal): -8882053 or 8091768. OLE color: 8091768.

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

Color convert

RGB120120123-
CMYK0.020.0200.52
HSL240º1.23%47.65%-
HSV(B)240º2.44%48.24%-
XYZ18.0418.8621.43-
YUV120.34129.5127.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.06%
GREEN value IS 120 (47.27% from 255) = 33.06%
BLUE value IS 123 (48.44% from 255) = 33.88%
R=33.06%
G=33.06%
B=33.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1201201230.020.0200.522401.2347.65
Hex78787B22034f0130
Octal17017017322064360160
Binary11110001111000111101110100110100111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78787B; }

 p { color: rgb(120,120,123); }

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

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

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

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

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

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

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