Html Css Color HEX #727084 Dolphin

📋 copy color: '#727084'

red 114 ◦ green 112 ◦ blue 132

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

Shades of Dolphin #727084

Tints of Dolphin #727084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.28%

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

R = 31.84%
G = 31.28%
B = 36.87%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#727084 (or 0x727084) is known color: Dolphin. HEX triplet: 72, 70 and 84. RGB value is (114,112,132). Sum of RGB (Red+Green+Blue) = 114+112+132=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #727084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727084 is #8D8F7B. Grayscale: #727272. Windows color (decimal): -9277308 or 8679538. OLE color: 8679538.

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

Color convert

RGB 114 112 132 -
CMYK 0.14 0.15 0 0.48
HSL 246º 0.08% 0.48% -
HSV(B) 246º 0.15% 0.52% -
XYZ 16.9 16.83 24.19 -
YUV 114.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 114 112 132 0.14 0.15 0 0.48 246 0.08 0.48
Hex 72 70 84 E F 0 30 F6 8 30
Octal 162 160 204 16 17 0 60 366 10 60
Binary 1110010 1110000 10000100 1110 1111 0 110000 11110110 1000 110000

Color Harmonies of #727084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727084

Black with #727084

Text Example


Text Example

White with #727084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727084; }

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

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

background-color css

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

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

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

border-color css

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

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

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