#73707B

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

Shades of Dolphin #73707B

Tints of Dolphin #73707B

Color information

#73707B (or 0x73707B) is unknown color: approx Dolphin. HEX triplet: 73, 70 and 7B. RGB value is (115,112,123). Sum of RGB (Red+Green+Blue) = 115+112+123=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 123 - color contains mainly: blue. Hex color #73707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73707B is #8C8F84. Grayscale: #727272. Windows color (decimal): -9211781 or 8089715. OLE color: 8089715.

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

Color convert

RGB115112123-
CMYK0.070.0900.52
HSL256.36º4.68%46.08%-
HSV(B)256.36º8.94%48.24%-
XYZ16.4416.6621.09-
YUV114.15132.99128.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.86%
GREEN value IS 112 (44.14% from 255) = 32%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=32.86%
G=32%
B=35.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1151121230.070.0900.52256.364.6846.08
Hex73707B7903410052e
Octal163160173711064400556
Binary11100111110000111101111110010110100100000000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,112,123); }

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

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

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

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

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

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

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