Html Css Color HEX #726F84 Dolphin

📋 copy color: '#726F84'

red 114 ◦ green 111 ◦ blue 132

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

Shades of Dolphin #726F84

Tints of Dolphin #726F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.97%

R = 31.93%
G = 31.09%
B = 36.97%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#726F84 (or 0x726F84) is known color: Dolphin. HEX triplet: 72, 6F and 84. RGB value is (114,111,132). Sum of RGB (Red+Green+Blue) = 114+111+132=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #726F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726F84 is #8D907B. Grayscale: #727272. Windows color (decimal): -9277564 or 8679282. OLE color: 8679282.

HSL color Cylindrical-coordinate representation of color #726F84: hue angle of 248.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #726F84 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 111 132 -
CMYK 0.14 0.16 0 0.48
HSL 248.57º 0.09% 0.48% -
HSV(B) 248.57º 0.16% 0.52% -
XYZ 16.79 16.61 24.15 -
YUV 114.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 114 111 132 0.14 0.16 0 0.48 248.57 0.09 0.48
Hex 72 6F 84 E 10 0 30 F9 9 30
Octal 162 157 204 16 20 0 60 371 11 60
Binary 1110010 1101111 10000100 1110 10000 0 110000 11111001 1001 110000

Color Harmonies of #726F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F84

Black with #726F84

Text Example


Text Example

White with #726F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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