Html Css Color HEX #727174 Dolphin

📋 copy color: '#727174'

red 114 ◦ green 113 ◦ blue 116

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

Shades of Dolphin #727174

Tints of Dolphin #727174

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.94%

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 33.24%
G = 32.94%
B = 33.82%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#727174 (or 0x727174) is known color: Dolphin. HEX triplet: 72, 71 and 74. RGB value is (114,113,116). Sum of RGB (Red+Green+Blue) = 114+113+116=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 116 - color contains mainly: blue. Hex color #727174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727174 is #8D8E8B. Grayscale: #717171. Windows color (decimal): -9277068 or 7631218. OLE color: 7631218.

HSL color Cylindrical-coordinate representation of color #727174: hue angle of 260º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #727174 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 113 116 -
CMYK 0.02 0.03 0 0.55
HSL 260º 0.01% 0.45% -
HSV(B) 260º 0.03% 0.45% -
XYZ 16 16.65 18.89 -
YUV 113.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 114 113 116 0.02 0.03 0 0.55 260 0.01 0.45
Hex 72 71 74 2 3 0 37 104 1 2D
Octal 162 161 164 2 3 0 67 404 1 55
Binary 1110010 1110001 1110100 10 11 0 110111 100000100 1 101101

Color Harmonies of #727174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727174

Black with #727174

Text Example


Text Example

White with #727174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727174; }

 p { color: rgb(114,113,116); }

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

background-color css

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

 a { background-color: rgb(114,113,116); }

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

border-color css

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

 span { border-color: rgb(114,113,116); }

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