#74727A

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

Shades of Dolphin #74727A

Tints of Dolphin #74727A

Color information

#74727A (or 0x74727A) is unknown color: approx Dolphin. HEX triplet: 74, 72 and 7A. RGB value is (116,114,122). Sum of RGB (Red+Green+Blue) = 116+114+122=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 122 - color contains mainly: blue. Hex color #74727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74727A is #8B8D85. Grayscale: #737373. Windows color (decimal): -9145734 or 8024692. OLE color: 8024692.

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

Color convert

RGB116114122-
CMYK0.050.0700.52
HSL255º3.39%46.27%-
HSV(B)255º6.56%47.84%-
XYZ16.7317.1520.84-
YUV115.51131.66128.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=32.95%
G=32.39%
B=34.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1161141220.050.0700.522553.3946.27
Hex74727A57034ff32e
Octal16416217257064377356
Binary11101001110010111101010111101101001111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74727A; }

 p { color: rgb(116,114,122); }

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

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

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

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

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

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

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