Html Css Color HEX #727089 Dolphin

📋 copy color: '#727089'

red 114 ◦ green 112 ◦ blue 137

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

Shades of Dolphin #727089

Tints of Dolphin #727089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.74%

R = 31.4%
G = 30.85%
B = 37.74%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#727089 (or 0x727089) is known color: Dolphin. HEX triplet: 72, 70 and 89. RGB value is (114,112,137). Sum of RGB (Red+Green+Blue) = 114+112+137=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 137 - color contains mainly: blue. Hex color #727089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727089 is #8D8F76. Grayscale: #737373. Windows color (decimal): -9277303 or 9007218. OLE color: 9007218.

HSL color Cylindrical-coordinate representation of color #727089: hue angle of 244.8º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #727089 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 112 137 -
CMYK 0.17 0.18 0 0.46
HSL 244.8º 0.1% 0.49% -
HSV(B) 244.8º 0.18% 0.54% -
XYZ 17.25 16.97 26.03 -
YUV 115.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 114 112 137 0.17 0.18 0 0.46 244.8 0.1 0.49
Hex 72 70 89 11 12 0 2E F5 A 31
Octal 162 160 211 21 22 0 56 365 12 61
Binary 1110010 1110000 10001001 10001 10010 0 101110 11110101 1010 110001

Color Harmonies of #727089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727089

Black with #727089

Text Example


Text Example

White with #727089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727089; }

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

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

background-color css

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

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

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

border-color css

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

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

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