Html Css Color HEX #716F83 Dolphin

📋 copy color: '#716F83'

red 113 ◦ green 111 ◦ blue 131

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

Shades of Dolphin #716F83

Tints of Dolphin #716F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.9%

R = 31.83%
G = 31.27%
B = 36.9%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#716F83 (or 0x716F83) is known color: Dolphin. HEX triplet: 71, 6F and 83. RGB value is (113,111,131). Sum of RGB (Red+Green+Blue) = 113+111+131=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 131 - color contains mainly: blue. Hex color #716F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716F83 is #8E907C. Grayscale: #717171. Windows color (decimal): -9343101 or 8613745. OLE color: 8613745.

HSL color Cylindrical-coordinate representation of color #716F83: hue angle of 246º 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 #716F83 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 111 131 -
CMYK 0.14 0.15 0 0.49
HSL 246º 0.08% 0.47% -
HSV(B) 246º 0.15% 0.51% -
XYZ 16.59 16.52 23.79 -
YUV 113.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 113 111 131 0.14 0.15 0 0.49 246 0.08 0.47
Hex 71 6F 83 E F 0 31 F6 8 2F
Octal 161 157 203 16 17 0 61 366 10 57
Binary 1110001 1101111 10000011 1110 1111 0 110001 11110110 1000 101111

Color Harmonies of #716F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F83

Black with #716F83

Text Example


Text Example

White with #716F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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