#77767B

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

Shades of Dolphin #77767B

Tints of Dolphin #77767B

Color information

#77767B (or 0x77767B) is unknown color: approx Dolphin. HEX triplet: 77, 76 and 7B. RGB value is (119,118,123). Sum of RGB (Red+Green+Blue) = 119+118+123=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 123 - color contains mainly: blue. Hex color #77767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77767B is #888984. Grayscale: #767676. Windows color (decimal): -8948101 or 8091255. OLE color: 8091255.

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

Color convert

RGB119118123-
CMYK0.030.0400.52
HSL252º2.07%47.25%-
HSV(B)252º4.07%48.24%-
XYZ17.6618.3121.34-
YUV118.87130.33128.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.06%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 123 (48.44% from 255) = 34.17%
R=33.06%
G=32.78%
B=34.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1191181230.030.0400.522522.0747.25
Hex77767B34034fc22f
Octal16716617334064374257
Binary1110111111011011110111110001101001111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,118,123); }

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

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

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

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

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

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

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