Html Css Color HEX #726F7E Dolphin

📋 copy color: '#726F7E'

red 114 ◦ green 111 ◦ blue 126

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

Shades of Dolphin #726F7E

Tints of Dolphin #726F7E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

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

R = 32.48%
G = 31.62%
B = 35.9%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#726F7E (or 0x726F7E) is known color: Dolphin. HEX triplet: 72, 6F and 7E. RGB value is (114,111,126). Sum of RGB (Red+Green+Blue) = 114+111+126=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 126 - color contains mainly: blue. Hex color #726F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F7E is #8D9081. Grayscale: #717171. Windows color (decimal): -9277570 or 8286066. OLE color: 8286066.

HSL color Cylindrical-coordinate representation of color #726F7E: hue angle of 252º 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 #726F7E is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 111 126 -
CMYK 0.10 0.12 0 0.51
HSL 252º 0.06% 0.46% -
HSV(B) 252º 0.12% 0.49% -
XYZ 16.39 16.45 22.05 -
YUV 113.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 114 111 126 0.10 0.12 0 0.51 252 0.06 0.46
Hex 72 6F 7E A C 0 33 FC 6 2E
Octal 162 157 176 12 14 0 63 374 6 56
Binary 1110010 1101111 1111110 1010 1100 0 110011 11111100 110 101110

Color Harmonies of #726F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F7E

Black with #726F7E

Text Example


Text Example

White with #726F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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