Html Css Color HEX #726D80 Dolphin

📋 copy color: '#726D80'

red 114 ◦ green 109 ◦ blue 128

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

Shades of Dolphin #726D80

Tints of Dolphin #726D80

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

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

R = 32.48%
G = 31.05%
B = 36.47%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#726D80 (or 0x726D80) is known color: Dolphin. HEX triplet: 72, 6D and 80. RGB value is (114,109,128). Sum of RGB (Red+Green+Blue) = 114+109+128=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 128 - color contains mainly: blue. Hex color #726D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726D80 is #8D927F. Grayscale: #707070. Windows color (decimal): -9278080 or 8416626. OLE color: 8416626.

HSL color Cylindrical-coordinate representation of color #726D80: hue angle of 255.79º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #726D80 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 109 128 -
CMYK 0.11 0.15 0 0.50
HSL 255.79º 0.08% 0.46% -
HSV(B) 255.79º 0.15% 0.5% -
XYZ 16.3 16.07 22.67 -
YUV 112.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 114 109 128 0.11 0.15 0 0.50 255.79 0.08 0.46
Hex 72 6D 80 B F 0 32 100 8 2E
Octal 162 155 200 13 17 0 62 400 10 56
Binary 1110010 1101101 10000000 1011 1111 0 110010 100000000 1000 101110

Color Harmonies of #726D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D80

Black with #726D80

Text Example


Text Example

White with #726D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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