Html Css Color HEX #716E85 Dolphin

📋 copy color: '#716E85'

red 113 ◦ green 110 ◦ blue 133

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

Shades of Dolphin #716E85

Tints of Dolphin #716E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.36%

R = 31.74%
G = 30.9%
B = 37.36%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#716E85 (or 0x716E85) is known color: Dolphin. HEX triplet: 71, 6E and 85. RGB value is (113,110,133). Sum of RGB (Red+Green+Blue) = 113+110+133=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #716E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E85 is #8E917A. Grayscale: #717171. Windows color (decimal): -9343355 or 8744561. OLE color: 8744561.

HSL color Cylindrical-coordinate representation of color #716E85: hue angle of 247.83º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #716E85 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 110 133 -
CMYK 0.15 0.17 0 0.48
HSL 247.83º 0.09% 0.48% -
HSV(B) 247.83º 0.17% 0.52% -
XYZ 16.62 16.36 24.47 -
YUV 113.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 113 110 133 0.15 0.17 0 0.48 247.83 0.09 0.48
Hex 71 6E 85 F 11 0 30 F8 9 30
Octal 161 156 205 17 21 0 60 370 11 60
Binary 1110001 1101110 10000101 1111 10001 0 110000 11111000 1001 110000

Color Harmonies of #716E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E85

Black with #716E85

Text Example


Text Example

White with #716E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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