Html Css Color HEX #716E7C Dolphin

📋 copy color: '#716E7C'

red 113 ◦ green 110 ◦ blue 124

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

Shades of Dolphin #716E7C

Tints of Dolphin #716E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.73%

R = 32.56%
G = 31.7%
B = 35.73%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#716E7C (or 0x716E7C) is known color: Dolphin. HEX triplet: 71, 6E and 7C. RGB value is (113,110,124). Sum of RGB (Red+Green+Blue) = 113+110+124=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 124 - color contains mainly: blue. Hex color #716E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E7C is #8E9183. Grayscale: #707070. Windows color (decimal): -9343364 or 8154737. OLE color: 8154737.

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

Color convert

RGB 113 110 124 -
CMYK 0.09 0.11 0 0.51
HSL 252.86º 0.06% 0.46% -
HSV(B) 252.86º 0.11% 0.49% -
XYZ 16.02 16.12 21.34 -
YUV 112.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 113 110 124 0.09 0.11 0 0.51 252.86 0.06 0.46
Hex 71 6E 7C 9 B 0 33 FD 6 2E
Octal 161 156 174 11 13 0 63 375 6 56
Binary 1110001 1101110 1111100 1001 1011 0 110011 11111101 110 101110

Color Harmonies of #716E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E7C

Black with #716E7C

Text Example


Text Example

White with #716E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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