Html Css Color HEX #727076 Dolphin

📋 copy color: '#727076'

red 114 ◦ green 112 ◦ blue 118

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

Shades of Dolphin #727076

Tints of Dolphin #727076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.3%

R = 33.14%
G = 32.56%
B = 34.3%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#727076 (or 0x727076) is known color: Dolphin. HEX triplet: 72, 70 and 76. RGB value is (114,112,118). Sum of RGB (Red+Green+Blue) = 114+112+118=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 118 - color contains mainly: blue. Hex color #727076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727076 is #8D8F89. Grayscale: #717171. Windows color (decimal): -9277322 or 7762034. OLE color: 7762034.

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

Color convert

RGB 114 112 118 -
CMYK 0.03 0.05 0 0.54
HSL 260º 0.03% 0.45% -
HSV(B) 260º 0.05% 0.46% -
XYZ 16 16.47 19.48 -
YUV 113.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 114 112 118 0.03 0.05 0 0.54 260 0.03 0.45
Hex 72 70 76 3 5 0 36 104 3 2D
Octal 162 160 166 3 5 0 66 404 3 55
Binary 1110010 1110000 1110110 11 101 0 110110 100000100 11 101101

Color Harmonies of #727076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727076

Black with #727076

Text Example


Text Example

White with #727076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727076; }

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

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

background-color css

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

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

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

border-color css

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

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

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