Html Css Color HEX #717074 Dolphin

📋 copy color: '#717074'

red 113 ◦ green 112 ◦ blue 116

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

Shades of Dolphin #717074

Tints of Dolphin #717074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.02%

R = 33.14%
G = 32.84%
B = 34.02%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#717074 (or 0x717074) is known color: Dolphin. HEX triplet: 71, 70 and 74. RGB value is (113,112,116). Sum of RGB (Red+Green+Blue) = 113+112+116=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 116 - color contains mainly: blue. Hex color #717074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717074 is #8E8F8B. Grayscale: #707070. Windows color (decimal): -9342860 or 7630961. OLE color: 7630961.

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

Color convert

RGB 113 112 116 -
CMYK 0.03 0.03 0 0.55
HSL 255º 0.02% 0.45% -
HSV(B) 255º 0.03% 0.45% -
XYZ 15.76 16.36 18.85 -
YUV 112.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 113 112 116 0.03 0.03 0 0.55 255 0.02 0.45
Hex 71 70 74 3 3 0 37 FF 2 2D
Octal 161 160 164 3 3 0 67 377 2 55
Binary 1110001 1110000 1110100 11 11 0 110111 11111111 10 101101

Color Harmonies of #717074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717074

Black with #717074

Text Example


Text Example

White with #717074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717074; }

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

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

background-color css

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

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

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

border-color css

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

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

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