Html Css Color HEX #727079 Dolphin

📋 copy color: '#727079'

red 114 ◦ green 112 ◦ blue 121

#727079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolphin #727079

Tints of Dolphin #727079

RGB

 RED value IS 114 (44.92% from 255) = 32.85%

 GREEN value IS 112 (44.14% from 255) = 32.28%

 BLUE value IS 121 (47.66% from 255) = 34.87%

R = 32.85%
G = 32.28%
B = 34.87%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#727079 (or 0x727079) is known color: Dolphin. HEX triplet: 72, 70 and 79. RGB value is (114,112,121). Sum of RGB (Red+Green+Blue) = 114+112+121=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 121 - color contains mainly: blue. Hex color #727079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727079 is #8D8F86. Grayscale: #717171. Windows color (decimal): -9277319 or 7958642. OLE color: 7958642.

HSL color Cylindrical-coordinate representation of color #727079: hue angle of 253.33º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #727079 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 112 121 -
CMYK 0.06 0.07 0 0.53
HSL 253.33º 0.04% 0.46% -
HSV(B) 253.33º 0.07% 0.47% -
XYZ 16.18 16.55 20.43 -
YUV 113.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 114 112 121 0.06 0.07 0 0.53 253.33 0.04 0.46
Hex 72 70 79 6 7 0 35 FD 4 2E
Octal 162 160 171 6 7 0 65 375 4 56
Binary 1110010 1110000 1111001 110 111 0 110101 11111101 100 101110

Color Harmonies of #727079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727079

Black with #727079

Text Example


Text Example

White with #727079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727079; }

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

 H1.HeaderClassName
 {
   color: #727079;
 }
 .AnyTagClassName
 {
   color: #727079;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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