#707072

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

Shades of Dolphin #707072

Tints of Dolphin #707072

Color information

#707072 (or 0x707072) is unknown color: approx Dolphin. HEX triplet: 70, 70 and 72. RGB value is (112,112,114). Sum of RGB (Red+Green+Blue) = 112+112+114=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 114 - color contains mainly: blue. Hex color #707072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707072 is #8F8F8D. Grayscale: #707070. Windows color (decimal): -9408398 or 7499888. OLE color: 7499888.

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

Color convert

RGB112112114-
CMYK0.020.0200.55
HSL240º0.88%44.31%-
HSV(B)240º1.75%44.71%-
XYZ15.5116.2518.24-
YUV112.23129127.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 114 (44.92% from 255) = 33.73%
R=33.14%
G=33.14%
B=33.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121121140.020.0200.552400.8844.31
Hex70707222037f012c
Octal16016016222067360154
Binary11100001110000111001010100110111111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707072; }

 p { color: rgb(112,112,114); }

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

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

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

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

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

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

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