Html Css Color HEX #727086 Dolphin

📋 copy color: '#727086'

red 114 ◦ green 112 ◦ blue 134

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

Shades of Dolphin #727086

Tints of Dolphin #727086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.22%

R = 31.67%
G = 31.11%
B = 37.22%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#727086 (or 0x727086) is known color: Dolphin. HEX triplet: 72, 70 and 86. RGB value is (114,112,134). Sum of RGB (Red+Green+Blue) = 114+112+134=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 134 - color contains mainly: blue. Hex color #727086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727086 is #8D8F79. Grayscale: #737373. Windows color (decimal): -9277306 or 8810610. OLE color: 8810610.

HSL color Cylindrical-coordinate representation of color #727086: hue angle of 245.45º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #727086 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 112 134 -
CMYK 0.15 0.16 0 0.47
HSL 245.45º 0.09% 0.48% -
HSV(B) 245.45º 0.16% 0.53% -
XYZ 17.04 16.89 24.92 -
YUV 115.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 114 112 134 0.15 0.16 0 0.47 245.45 0.09 0.48
Hex 72 70 86 F 10 0 2F F5 9 30
Octal 162 160 206 17 20 0 57 365 11 60
Binary 1110010 1110000 10000110 1111 10000 0 101111 11110101 1001 110000

Color Harmonies of #727086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727086

Black with #727086

Text Example


Text Example

White with #727086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727086; }

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

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

background-color css

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

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

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

border-color css

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

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

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