Html Css Color HEX #716F7E Dolphin

📋 copy color: '#716F7E'

red 113 ◦ green 111 ◦ blue 126

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

Shades of Dolphin #716F7E

Tints of Dolphin #716F7E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 126 (49.61% from 255) = 36%

R = 32.29%
G = 31.71%
B = 36%

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

#716F7E (or 0x716F7E) is known color: Dolphin. HEX triplet: 71, 6F and 7E. RGB value is (113,111,126). Sum of RGB (Red+Green+Blue) = 113+111+126=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 126 - color contains mainly: blue. Hex color #716F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F7E is #8E9081. Grayscale: #717171. Windows color (decimal): -9343106 or 8286065. OLE color: 8286065.

HSL color Cylindrical-coordinate representation of color #716F7E: hue angle of 248º 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 #716F7E is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 111 126 -
CMYK 0.10 0.12 0 0.51
HSL 248º 0.06% 0.46% -
HSV(B) 248º 0.12% 0.49% -
XYZ 16.26 16.39 22.04 -
YUV 113.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 113 111 126 0.10 0.12 0 0.51 248 0.06 0.46
Hex 71 6F 7E A C 0 33 F8 6 2E
Octal 161 157 176 12 14 0 63 370 6 56
Binary 1110001 1101111 1111110 1010 1100 0 110011 11111000 110 101110

Color Harmonies of #716F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F7E

Black with #716F7E

Text Example


Text Example

White with #716F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,111,126); }

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

background-color css

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

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

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

border-color css

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

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

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