Html Css Color HEX #727177 Dolphin

📋 copy color: '#727177'

red 114 ◦ green 113 ◦ blue 119

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

Shades of Dolphin #727177

Tints of Dolphin #727177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.39%

R = 32.95%
G = 32.66%
B = 34.39%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#727177 (or 0x727177) is known color: Dolphin. HEX triplet: 72, 71 and 77. RGB value is (114,113,119). Sum of RGB (Red+Green+Blue) = 114+113+119=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 119 - color contains mainly: blue. Hex color #727177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727177 is #8D8E88. Grayscale: #717171. Windows color (decimal): -9277065 or 7827826. OLE color: 7827826.

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

Color convert

RGB 114 113 119 -
CMYK 0.04 0.05 0 0.53
HSL 250º 0.03% 0.45% -
HSV(B) 250º 0.05% 0.47% -
XYZ 16.17 16.72 19.83 -
YUV 113.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 114 113 119 0.04 0.05 0 0.53 250 0.03 0.45
Hex 72 71 77 4 5 0 35 FA 3 2D
Octal 162 161 167 4 5 0 65 372 3 55
Binary 1110010 1110001 1110111 100 101 0 110101 11111010 11 101101

Color Harmonies of #727177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727177

Black with #727177

Text Example


Text Example

White with #727177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727177; }

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

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

background-color css

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

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

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

border-color css

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

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

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