Html Css Color HEX #717179 Dolphin

📋 copy color: '#717179'

red 113 ◦ green 113 ◦ blue 121

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

Shades of Dolphin #717179

Tints of Dolphin #717179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.87%

R = 32.56%
G = 32.56%
B = 34.87%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#717179 (or 0x717179) is known color: Dolphin. HEX triplet: 71, 71 and 79. RGB value is (113,113,121). Sum of RGB (Red+Green+Blue) = 113+113+121=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 121 - color contains mainly: blue. Hex color #717179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717179 is #8E8E86. Grayscale: #717171. Windows color (decimal): -9342599 or 7958897. OLE color: 7958897.

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

Color convert

RGB 113 113 121 -
CMYK 0.07 0.07 0 0.53
HSL 240º 0.03% 0.46% -
HSV(B) 240º 0.07% 0.47% -
XYZ 16.17 16.7 20.46 -
YUV 113.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 113 113 121 0.07 0.07 0 0.53 240 0.03 0.46
Hex 71 71 79 7 7 0 35 F0 3 2E
Octal 161 161 171 7 7 0 65 360 3 56
Binary 1110001 1110001 1111001 111 111 0 110101 11110000 11 101110

Color Harmonies of #717179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717179

Black with #717179

Text Example


Text Example

White with #717179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717179; }

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

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

background-color css

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

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

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

border-color css

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

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

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