Html Css Color HEX #716D84 Dolphin

📋 copy color: '#716D84'

red 113 ◦ green 109 ◦ blue 132

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

Shades of Dolphin #716D84

Tints of Dolphin #716D84

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.79%

 BLUE value IS 132 (51.95% from 255) = 37.29%

R = 31.92%
G = 30.79%
B = 37.29%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#716D84 (or 0x716D84) is known color: Dolphin. HEX triplet: 71, 6D and 84. RGB value is (113,109,132). Sum of RGB (Red+Green+Blue) = 113+109+132=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 132 - color contains mainly: blue. Hex color #716D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716D84 is #8E927B. Grayscale: #707070. Windows color (decimal): -9343612 or 8678769. OLE color: 8678769.

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

Color convert

RGB 113 109 132 -
CMYK 0.14 0.17 0 0.48
HSL 250.43º 0.1% 0.47% -
HSV(B) 250.43º 0.17% 0.52% -
XYZ 16.44 16.11 24.07 -
YUV 112.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 113 109 132 0.14 0.17 0 0.48 250.43 0.1 0.47
Hex 71 6D 84 E 11 0 30 FA A 2F
Octal 161 155 204 16 21 0 60 372 12 57
Binary 1110001 1101101 10000100 1110 10001 0 110000 11111010 1010 101111

Color Harmonies of #716D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D84

Black with #716D84

Text Example


Text Example

White with #716D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,109,132); }

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

background-color css

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

 a { background-color: rgb(113,109,132); }

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

border-color css

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

 span { border-color: rgb(113,109,132); }

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