Html Css Color HEX #716E7D Dolphin

📋 copy color: '#716E7D'

red 113 ◦ green 110 ◦ blue 125

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

Shades of Dolphin #716E7D

Tints of Dolphin #716E7D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 32.47%
G = 31.61%
B = 35.92%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#716E7D (or 0x716E7D) is known color: Dolphin. HEX triplet: 71, 6E and 7D. RGB value is (113,110,125). Sum of RGB (Red+Green+Blue) = 113+110+125=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 125 - color contains mainly: blue. Hex color #716E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E7D is #8E9182. Grayscale: #707070. Windows color (decimal): -9343363 or 8220273. OLE color: 8220273.

HSL color Cylindrical-coordinate representation of color #716E7D: hue angle of 252º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #716E7D is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 110 125 -
CMYK 0.10 0.12 0 0.51
HSL 252º 0.06% 0.46% -
HSV(B) 252º 0.12% 0.49% -
XYZ 16.09 16.14 21.67 -
YUV 112.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 113 110 125 0.10 0.12 0 0.51 252 0.06 0.46
Hex 71 6E 7D A C 0 33 FC 6 2E
Octal 161 156 175 12 14 0 63 374 6 56
Binary 1110001 1101110 1111101 1010 1100 0 110011 11111100 110 101110

Color Harmonies of #716E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E7D

Black with #716E7D

Text Example


Text Example

White with #716E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716E7D; }

 p { color: rgb(113,110,125); }

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

background-color css

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

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

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

border-color css

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

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

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