Html Css Color HEX #727077 Dolphin

📋 copy color: '#727077'

red 114 ◦ green 112 ◦ blue 119

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

Shades of Dolphin #727077

Tints of Dolphin #727077

RGB

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

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

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

R = 33.04%
G = 32.46%
B = 34.49%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#727077 (or 0x727077) is known color: Dolphin. HEX triplet: 72, 70 and 77. RGB value is (114,112,119). Sum of RGB (Red+Green+Blue) = 114+112+119=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 119 - color contains mainly: blue. Hex color #727077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727077 is #8D8F88. Grayscale: #717171. Windows color (decimal): -9277321 or 7827570. OLE color: 7827570.

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

Color convert

RGB 114 112 119 -
CMYK 0.04 0.06 0 0.53
HSL 257.14º 0.03% 0.45% -
HSV(B) 257.14º 0.06% 0.47% -
XYZ 16.06 16.5 19.79 -
YUV 113.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 114 112 119 0.04 0.06 0 0.53 257.14 0.03 0.45
Hex 72 70 77 4 6 0 35 101 3 2D
Octal 162 160 167 4 6 0 65 401 3 55
Binary 1110010 1110000 1110111 100 110 0 110101 100000001 11 101101

Color Harmonies of #727077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727077

Black with #727077

Text Example


Text Example

White with #727077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727077; }

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

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

background-color css

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

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

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

border-color css

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

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

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