Html Css Color HEX #717181 Dolphin

📋 copy color: '#717181'

red 113 ◦ green 113 ◦ blue 129

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

Shades of Dolphin #717181

Tints of Dolphin #717181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.34%

R = 31.83%
G = 31.83%
B = 36.34%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#717181 (or 0x717181) is known color: Dolphin. HEX triplet: 71, 71 and 81. RGB value is (113,113,129). Sum of RGB (Red+Green+Blue) = 113+113+129=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 129 - color contains mainly: blue. Hex color #717181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717181 is #8E8E7E. Grayscale: #727272. Windows color (decimal): -9342591 or 8483185. OLE color: 8483185.

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

Color convert

RGB 113 113 129 -
CMYK 0.12 0.12 0 0.49
HSL 240º 0.07% 0.47% -
HSV(B) 240º 0.12% 0.51% -
XYZ 16.68 16.91 23.15 -
YUV 114.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 113 113 129 0.12 0.12 0 0.49 240 0.07 0.47
Hex 71 71 81 C C 0 31 F0 7 2F
Octal 161 161 201 14 14 0 61 360 7 57
Binary 1110001 1110001 10000001 1100 1100 0 110001 11110000 111 101111

Color Harmonies of #717181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717181

Black with #717181

Text Example


Text Example

White with #717181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717181; }

 p { color: rgb(113,113,129); }

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

background-color css

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

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

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

border-color css

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

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

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