Html Css Color HEX #757180 Dolphin

📋 copy color: '#757180'

red 117 ◦ green 113 ◦ blue 128

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

Shades of Dolphin #757180

Tints of Dolphin #757180

RGB

 RED value IS 117 (46.09% from 255) = 32.68%

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

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 32.68%
G = 31.56%
B = 35.75%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#757180 (or 0x757180) is known color: Dolphin. HEX triplet: 75, 71 and 80. RGB value is (117,113,128). Sum of RGB (Red+Green+Blue) = 117+113+128=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 128 - color contains mainly: blue. Hex color #757180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757180 is #8A8E7F. Grayscale: #737373. Windows color (decimal): -9080448 or 8417653. OLE color: 8417653.

HSL color Cylindrical-coordinate representation of color #757180: hue angle of 256º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #757180 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 113 128 -
CMYK 0.09 0.12 0 0.50
HSL 256º 0.06% 0.47% -
HSV(B) 256º 0.12% 0.5% -
XYZ 17.14 17.15 22.83 -
YUV 115.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 117 113 128 0.09 0.12 0 0.50 256 0.06 0.47
Hex 75 71 80 9 C 0 32 100 6 2F
Octal 165 161 200 11 14 0 62 400 6 57
Binary 1110101 1110001 10000000 1001 1100 0 110010 100000000 110 101111

Color Harmonies of #757180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757180

Black with #757180

Text Example


Text Example

White with #757180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757180; }

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

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

background-color css

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

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

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

border-color css

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

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

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