Html Css Color HEX #716F88 Dolphin

📋 copy color: '#716F88'

red 113 ◦ green 111 ◦ blue 136

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

Shades of Dolphin #716F88

Tints of Dolphin #716F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.78%

R = 31.39%
G = 30.83%
B = 37.78%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#716F88 (or 0x716F88) is known color: Dolphin. HEX triplet: 71, 6F and 88. RGB value is (113,111,136). Sum of RGB (Red+Green+Blue) = 113+111+136=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: blue. Hex color #716F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716F88 is #8E9077. Grayscale: #727272. Windows color (decimal): -9343096 or 8941425. OLE color: 8941425.

HSL color Cylindrical-coordinate representation of color #716F88: hue angle of 244.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #716F88 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 111 136 -
CMYK 0.17 0.18 0 0.47
HSL 244.8º 0.1% 0.48% -
HSV(B) 244.8º 0.18% 0.53% -
XYZ 16.94 16.66 25.61 -
YUV 114.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 113 111 136 0.17 0.18 0 0.47 244.8 0.1 0.48
Hex 71 6F 88 11 12 0 2F F5 A 30
Octal 161 157 210 21 22 0 57 365 12 60
Binary 1110001 1101111 10001000 10001 10010 0 101111 11110101 1010 110000

Color Harmonies of #716F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F88

Black with #716F88

Text Example


Text Example

White with #716F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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