Html Css Color HEX #727179 Dolphin

📋 copy color: '#727179'

red 114 ◦ green 113 ◦ blue 121

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

Shades of Dolphin #727179

Tints of Dolphin #727179

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.47%

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

R = 32.76%
G = 32.47%
B = 34.77%

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

#727179 (or 0x727179) is known color: Dolphin. HEX triplet: 72, 71 and 79. RGB value is (114,113,121). Sum of RGB (Red+Green+Blue) = 114+113+121=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 121 - color contains mainly: blue. Hex color #727179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727179 is #8D8E86. Grayscale: #727272. Windows color (decimal): -9277063 or 7958898. OLE color: 7958898.

HSL color Cylindrical-coordinate representation of color #727179: hue angle of 247.5º degrees, saturation: 0.03, 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 #727179 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 113 121 -
CMYK 0.06 0.07 0 0.53
HSL 247.5º 0.03% 0.46% -
HSV(B) 247.5º 0.07% 0.47% -
XYZ 16.3 16.77 20.47 -
YUV 114.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 114 113 121 0.06 0.07 0 0.53 247.5 0.03 0.46
Hex 72 71 79 6 7 0 35 F8 3 2E
Octal 162 161 171 6 7 0 65 370 3 56
Binary 1110010 1110001 1111001 110 111 0 110101 11111000 11 101110

Color Harmonies of #727179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727179

Black with #727179

Text Example


Text Example

White with #727179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727179; }

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

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

background-color css

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

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

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

border-color css

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

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

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