Html Css Color HEX #727080 Dolphin

📋 copy color: '#727080'

red 114 ◦ green 112 ◦ blue 128

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

Shades of Dolphin #727080

Tints of Dolphin #727080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.16%

R = 32.2%
G = 31.64%
B = 36.16%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#727080 (or 0x727080) is known color: Dolphin. HEX triplet: 72, 70 and 80. RGB value is (114,112,128). Sum of RGB (Red+Green+Blue) = 114+112+128=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 128 - color contains mainly: blue. Hex color #727080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727080 is #8D8F7F. Grayscale: #727272. Windows color (decimal): -9277312 or 8417394. OLE color: 8417394.

HSL color Cylindrical-coordinate representation of color #727080: hue angle of 247.5º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #727080 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 112 128 -
CMYK 0.11 0.12 0 0.50
HSL 247.5º 0.07% 0.47% -
HSV(B) 247.5º 0.13% 0.5% -
XYZ 16.63 16.72 22.77 -
YUV 114.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 114 112 128 0.11 0.12 0 0.50 247.5 0.07 0.47
Hex 72 70 80 B C 0 32 F8 7 2F
Octal 162 160 200 13 14 0 62 370 7 57
Binary 1110010 1110000 10000000 1011 1100 0 110010 11111000 111 101111

Color Harmonies of #727080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727080

Black with #727080

Text Example


Text Example

White with #727080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727080; }

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

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

background-color css

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

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

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

border-color css

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

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

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