Html Css Color HEX #717172 Dolphin

📋 copy color: '#717172'

red 113 ◦ green 113 ◦ blue 114

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

Shades of Dolphin #717172

Tints of Dolphin #717172

RGB

 RED value IS 113 (44.53% from 255) = 33.24%

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

 BLUE value IS 114 (44.92% from 255) = 33.53%

R = 33.24%
G = 33.24%
B = 33.53%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#717172 (or 0x717172) is known color: Dolphin. HEX triplet: 71, 71 and 72. RGB value is (113,113,114). Sum of RGB (Red+Green+Blue) = 113+113+114=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 114 - color contains mainly: blue. Hex color #717172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717172 is #8E8E8D. Grayscale: #717171. Windows color (decimal): -9342606 or 7500145. OLE color: 7500145.

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

Color convert

RGB 113 113 114 -
CMYK 0.01 0.01 0 0.55
HSL 240º 0% 0.45% -
HSV(B) 240º 0.01% 0.45% -
XYZ 15.75 16.54 18.28 -
YUV 113.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 113 113 114 0.01 0.01 0 0.55 240 0 0.45
Hex 71 71 72 1 1 0 37 F0 0 2D
Octal 161 161 162 1 1 0 67 360 0 55
Binary 1110001 1110001 1110010 1 1 0 110111 11110000 0 101101

Color Harmonies of #717172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717172

Black with #717172

Text Example


Text Example

White with #717172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717172; }

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

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

background-color css

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

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

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

border-color css

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

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

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