#727275

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

Shades of Dolphin #727275

Tints of Dolphin #727275

Color information

#727275 (or 0x727275) is unknown color: approx Dolphin. HEX triplet: 72, 72 and 75. RGB value is (114,114,117). Sum of RGB (Red+Green+Blue) = 114+114+117=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 117 - color contains mainly: blue. Hex color #727275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727275 is #8D8D8A. Grayscale: #727272. Windows color (decimal): -9276811 or 7697010. OLE color: 7697010.

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

Color convert

RGB114114117-
CMYK0.030.0300.54
HSL240º1.3%45.29%-
HSV(B)240º2.56%45.88%-
XYZ16.1716.919.24-
YUV114.34129.5127.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 117 (46.09% from 255) = 33.91%
R=33.04%
G=33.04%
B=33.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141141170.030.0300.542401.345.29
Hex72727533036f012d
Octal16216216533066360155
Binary11100101110010111010111110110110111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727275; }

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

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

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

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

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

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

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

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