Html Css Color HEX #716F8A Dolphin

📋 copy color: '#716F8A'

red 113 ◦ green 111 ◦ blue 138

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

Shades of Dolphin #716F8A

Tints of Dolphin #716F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.12%

R = 31.22%
G = 30.66%
B = 38.12%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#716F8A (or 0x716F8A) is known color: Dolphin. HEX triplet: 71, 6F and 8A. RGB value is (113,111,138). Sum of RGB (Red+Green+Blue) = 113+111+138=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 138 - color contains mainly: blue. Hex color #716F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716F8A is #8E9075. Grayscale: #727272. Windows color (decimal): -9343094 or 9072497. OLE color: 9072497.

HSL color Cylindrical-coordinate representation of color #716F8A: hue angle of 244.44º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #716F8A is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 111 138 -
CMYK 0.18 0.20 0 0.46
HSL 244.44º 0.11% 0.49% -
HSV(B) 244.44º 0.2% 0.54% -
XYZ 17.08 16.71 26.37 -
YUV 114.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 113 111 138 0.18 0.20 0 0.46 244.44 0.11 0.49
Hex 71 6F 8A 12 14 0 2E F4 B 31
Octal 161 157 212 22 24 0 56 364 13 61
Binary 1110001 1101111 10001010 10010 10100 0 101110 11110100 1011 110001

Color Harmonies of #716F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F8A

Black with #716F8A

Text Example


Text Example

White with #716F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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