#7B7A84

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

Shades of Dolphin #7B7A84

Tints of Dolphin #7B7A84

Color information

#7B7A84 (or 0x7B7A84) is unknown color: approx Dolphin. HEX triplet: 7B, 7A and 84. RGB value is (123,122,132). Sum of RGB (Red+Green+Blue) = 123+122+132=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B7A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7A84 is #84857B. Grayscale: #7B7B7B. Windows color (decimal): -8684924 or 8682107. OLE color: 8682107.

HSL color Cylindrical-coordinate representation of color #7B7A84: hue angle of 246º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7B7A84 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB123122132-
CMYK0.070.0800.48
HSL246º3.94%49.8%-
HSV(B)246º7.58%51.76%-
XYZ19.2919.824.63-
YUV123.44132.83127.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.63%
GREEN value IS 122 (48.05% from 255) = 32.36%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=32.63%
G=32.36%
B=35.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1231221320.070.0800.482463.9449.8
Hex7B7A8478030f6432
Octal173172204710060366462
Binary11110111111010100001001111000011000011110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B7A84; }

 p { color: rgb(123,122,132); }

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

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

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

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

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

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

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