Html Css Color HEX #726E7D Dolphin

📋 copy color: '#726E7D'

red 114 ◦ green 110 ◦ blue 125

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

Shades of Dolphin #726E7D

Tints of Dolphin #726E7D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.52%

 BLUE value IS 125 (49.22% from 255) = 35.82%

R = 32.66%
G = 31.52%
B = 35.82%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#726E7D (or 0x726E7D) is known color: Dolphin. HEX triplet: 72, 6E and 7D. RGB value is (114,110,125). Sum of RGB (Red+Green+Blue) = 114+110+125=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 125 - color contains mainly: blue. Hex color #726E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E7D is #8D9182. Grayscale: #707070. Windows color (decimal): -9277827 or 8220274. OLE color: 8220274.

HSL color Cylindrical-coordinate representation of color #726E7D: hue angle of 256º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #726E7D is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 110 125 -
CMYK 0.09 0.12 0 0.51
HSL 256º 0.06% 0.46% -
HSV(B) 256º 0.12% 0.49% -
XYZ 16.22 16.21 21.68 -
YUV 112.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 114 110 125 0.09 0.12 0 0.51 256 0.06 0.46
Hex 72 6E 7D 9 C 0 33 100 6 2E
Octal 162 156 175 11 14 0 63 400 6 56
Binary 1110010 1101110 1111101 1001 1100 0 110011 100000000 110 101110

Color Harmonies of #726E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E7D

Black with #726E7D

Text Example


Text Example

White with #726E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,110,125); }

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

background-color css

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

 a { background-color: rgb(114,110,125); }

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

border-color css

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

 span { border-color: rgb(114,110,125); }

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