Html Css Color HEX #717077 Dolphin

📋 copy color: '#717077'

red 113 ◦ green 112 ◦ blue 119

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

Shades of Dolphin #717077

Tints of Dolphin #717077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.56%

 BLUE value IS 119 (46.88% from 255) = 34.59%

R = 32.85%
G = 32.56%
B = 34.59%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#717077 (or 0x717077) is known color: Dolphin. HEX triplet: 71, 70 and 77. RGB value is (113,112,119). Sum of RGB (Red+Green+Blue) = 113+112+119=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 119 - color contains mainly: blue. Hex color #717077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717077 is #8E8F88. Grayscale: #717171. Windows color (decimal): -9342857 or 7827569. OLE color: 7827569.

HSL color Cylindrical-coordinate representation of color #717077: hue angle of 248.57º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #717077 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 112 119 -
CMYK 0.05 0.06 0 0.53
HSL 248.57º 0.03% 0.45% -
HSV(B) 248.57º 0.06% 0.47% -
XYZ 15.93 16.43 19.78 -
YUV 113.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 113 112 119 0.05 0.06 0 0.53 248.57 0.03 0.45
Hex 71 70 77 5 6 0 35 F9 3 2D
Octal 161 160 167 5 6 0 65 371 3 55
Binary 1110001 1110000 1110111 101 110 0 110101 11111001 11 101101

Color Harmonies of #717077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717077

Black with #717077

Text Example


Text Example

White with #717077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717077; }

 p { color: rgb(113,112,119); }

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

background-color css

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

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

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

border-color css

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

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

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