Html Css Color HEX #717086 Dolphin

📋 copy color: '#717086'

red 113 ◦ green 112 ◦ blue 134

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

Shades of Dolphin #717086

Tints of Dolphin #717086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.2%

 BLUE value IS 134 (52.73% from 255) = 37.33%

R = 31.48%
G = 31.2%
B = 37.33%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#717086 (or 0x717086) is known color: Dolphin. HEX triplet: 71, 70 and 86. RGB value is (113,112,134). Sum of RGB (Red+Green+Blue) = 113+112+134=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 134 - color contains mainly: blue. Hex color #717086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717086 is #8E8F79. Grayscale: #727272. Windows color (decimal): -9342842 or 8810609. OLE color: 8810609.

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

Color convert

RGB 113 112 134 -
CMYK 0.16 0.16 0 0.47
HSL 242.73º 0.09% 0.48% -
HSV(B) 242.73º 0.16% 0.53% -
XYZ 16.91 16.82 24.91 -
YUV 114.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 113 112 134 0.16 0.16 0 0.47 242.73 0.09 0.48
Hex 71 70 86 10 10 0 2F F3 9 30
Octal 161 160 206 20 20 0 57 363 11 60
Binary 1110001 1110000 10000110 10000 10000 0 101111 11110011 1001 110000

Color Harmonies of #717086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717086

Black with #717086

Text Example


Text Example

White with #717086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717086; }

 p { color: rgb(113,112,134); }

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

background-color css

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

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

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

border-color css

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

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

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