Html Css Color HEX #716F82 Dolphin

📋 copy color: '#716F82'

red 113 ◦ green 111 ◦ blue 130

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

Shades of Dolphin #716F82

Tints of Dolphin #716F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 31.92%
G = 31.36%
B = 36.72%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#716F82 (or 0x716F82) is known color: Dolphin. HEX triplet: 71, 6F and 82. RGB value is (113,111,130). Sum of RGB (Red+Green+Blue) = 113+111+130=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 130 - color contains mainly: blue. Hex color #716F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716F82 is #8E907D. Grayscale: #717171. Windows color (decimal): -9343102 or 8548209. OLE color: 8548209.

HSL color Cylindrical-coordinate representation of color #716F82: hue angle of 246.32º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #716F82 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 111 130 -
CMYK 0.13 0.15 0 0.49
HSL 246.32º 0.08% 0.47% -
HSV(B) 246.32º 0.15% 0.51% -
XYZ 16.52 16.49 23.43 -
YUV 113.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 113 111 130 0.13 0.15 0 0.49 246.32 0.08 0.47
Hex 71 6F 82 D F 0 31 F6 8 2F
Octal 161 157 202 15 17 0 61 366 10 57
Binary 1110001 1101111 10000010 1101 1111 0 110001 11110110 1000 101111

Color Harmonies of #716F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F82

Black with #716F82

Text Example


Text Example

White with #716F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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