Html Css Color HEX #717175 Dolphin

📋 copy color: '#717175'

red 113 ◦ green 113 ◦ blue 117

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

Shades of Dolphin #717175

Tints of Dolphin #717175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 32.94%
G = 32.94%
B = 34.11%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#717175 (or 0x717175) is known color: Dolphin. HEX triplet: 71, 71 and 75. RGB value is (113,113,117). Sum of RGB (Red+Green+Blue) = 113+113+117=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 117 - color contains mainly: blue. Hex color #717175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717175 is #8E8E8A. Grayscale: #717171. Windows color (decimal): -9342603 or 7696753. OLE color: 7696753.

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

Color convert

RGB 113 113 117 -
CMYK 0.03 0.03 0 0.54
HSL 240º 0.02% 0.45% -
HSV(B) 240º 0.03% 0.46% -
XYZ 15.93 16.61 19.2 -
YUV 113.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 113 113 117 0.03 0.03 0 0.54 240 0.02 0.45
Hex 71 71 75 3 3 0 36 F0 2 2D
Octal 161 161 165 3 3 0 66 360 2 55
Binary 1110001 1110001 1110101 11 11 0 110110 11110000 10 101101

Color Harmonies of #717175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717175

Black with #717175

Text Example


Text Example

White with #717175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717175; }

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

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

background-color css

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

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

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

border-color css

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

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

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