Html Css Color HEX #727078 Dolphin

📋 copy color: '#727078'

red 114 ◦ green 112 ◦ blue 120

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

Shades of Dolphin #727078

Tints of Dolphin #727078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.68%

R = 32.95%
G = 32.37%
B = 34.68%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#727078 (or 0x727078) is known color: Dolphin. HEX triplet: 72, 70 and 78. RGB value is (114,112,120). Sum of RGB (Red+Green+Blue) = 114+112+120=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 120 - color contains mainly: blue. Hex color #727078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727078 is #8D8F87. Grayscale: #717171. Windows color (decimal): -9277320 or 7893106. OLE color: 7893106.

HSL color Cylindrical-coordinate representation of color #727078: hue angle of 255º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #727078 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 112 120 -
CMYK 0.05 0.07 0 0.53
HSL 255º 0.03% 0.45% -
HSV(B) 255º 0.07% 0.47% -
XYZ 16.12 16.52 20.11 -
YUV 113.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 114 112 120 0.05 0.07 0 0.53 255 0.03 0.45
Hex 72 70 78 5 7 0 35 FF 3 2D
Octal 162 160 170 5 7 0 65 377 3 55
Binary 1110010 1110000 1111000 101 111 0 110101 11111111 11 101101

Color Harmonies of #727078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727078

Black with #727078

Text Example


Text Example

White with #727078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727078; }

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

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

background-color css

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

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

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

border-color css

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

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

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