Html Css Color HEX #727187 Dolphin

📋 copy color: '#727187'

red 114 ◦ green 113 ◦ blue 135

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

Shades of Dolphin #727187

Tints of Dolphin #727187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.29%

R = 31.49%
G = 31.22%
B = 37.29%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#727187 (or 0x727187) is known color: Dolphin. HEX triplet: 72, 71 and 87. RGB value is (114,113,135). Sum of RGB (Red+Green+Blue) = 114+113+135=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 135 - color contains mainly: blue. Hex color #727187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727187 is #8D8E78. Grayscale: #737373. Windows color (decimal): -9277049 or 8876402. OLE color: 8876402.

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

Color convert

RGB 114 113 135 -
CMYK 0.16 0.16 0 0.47
HSL 242.73º 0.09% 0.49% -
HSV(B) 242.73º 0.16% 0.53% -
XYZ 17.22 17.14 25.32 -
YUV 115.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 114 113 135 0.16 0.16 0 0.47 242.73 0.09 0.49
Hex 72 71 87 10 10 0 2F F3 9 31
Octal 162 161 207 20 20 0 57 363 11 61
Binary 1110010 1110001 10000111 10000 10000 0 101111 11110011 1001 110001

Color Harmonies of #727187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727187

Black with #727187

Text Example


Text Example

White with #727187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727187; }

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

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

background-color css

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

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

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

border-color css

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

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

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