Html Css Color HEX #717076 Dolphin

📋 copy color: '#717076'

red 113 ◦ green 112 ◦ blue 118

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

Shades of Dolphin #717076

Tints of Dolphin #717076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.4%

R = 32.94%
G = 32.65%
B = 34.4%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#717076 (or 0x717076) is known color: Dolphin. HEX triplet: 71, 70 and 76. RGB value is (113,112,118). Sum of RGB (Red+Green+Blue) = 113+112+118=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 118 - color contains mainly: blue. Hex color #717076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717076 is #8E8F89. Grayscale: #707070. Windows color (decimal): -9342858 or 7762033. OLE color: 7762033.

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

Color convert

RGB 113 112 118 -
CMYK 0.04 0.05 0 0.54
HSL 250º 0.03% 0.45% -
HSV(B) 250º 0.05% 0.46% -
XYZ 15.87 16.41 19.47 -
YUV 112.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 113 112 118 0.04 0.05 0 0.54 250 0.03 0.45
Hex 71 70 76 4 5 0 36 FA 3 2D
Octal 161 160 166 4 5 0 66 372 3 55
Binary 1110001 1110000 1110110 100 101 0 110110 11111010 11 101101

Color Harmonies of #717076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717076

Black with #717076

Text Example


Text Example

White with #717076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717076; }

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

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

background-color css

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

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

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

border-color css

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

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

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