Html Css Color HEX #726C7E Dolphin

📋 copy color: '#726C7E'

red 114 ◦ green 108 ◦ blue 126

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

Shades of Dolphin #726C7E

Tints of Dolphin #726C7E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

 BLUE value IS 126 (49.61% from 255) = 36.21%

R = 32.76%
G = 31.03%
B = 36.21%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#726C7E (or 0x726C7E) is known color: Dolphin. HEX triplet: 72, 6C and 7E. RGB value is (114,108,126). Sum of RGB (Red+Green+Blue) = 114+108+126=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 126 - color contains mainly: blue. Hex color #726C7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C7E is #8D9381. Grayscale: #6F6F6F. Windows color (decimal): -9278338 or 8285298. OLE color: 8285298.

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

Color convert

RGB 114 108 126 -
CMYK 0.10 0.14 0 0.51
HSL 260º 0.08% 0.46% -
HSV(B) 260º 0.14% 0.49% -
XYZ 16.07 15.81 21.94 -
YUV 111.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 114 108 126 0.10 0.14 0 0.51 260 0.08 0.46
Hex 72 6C 7E A E 0 33 104 8 2E
Octal 162 154 176 12 16 0 63 404 10 56
Binary 1110010 1101100 1111110 1010 1110 0 110011 100000100 1000 101110

Color Harmonies of #726C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C7E

Black with #726C7E

Text Example


Text Example

White with #726C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,108,126); }

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

background-color css

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

 a { background-color: rgb(114,108,126); }

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

border-color css

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

 span { border-color: rgb(114,108,126); }

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