Html Css Color HEX #757280 Dolphin

📋 copy color: '#757280'

red 117 ◦ green 114 ◦ blue 128

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

Shades of Dolphin #757280

Tints of Dolphin #757280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

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

R = 32.59%
G = 31.75%
B = 35.65%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#757280 (or 0x757280) is known color: Dolphin. HEX triplet: 75, 72 and 80. RGB value is (117,114,128). Sum of RGB (Red+Green+Blue) = 117+114+128=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 128 - color contains mainly: blue. Hex color #757280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757280 is #8A8D7F. Grayscale: #747474. Windows color (decimal): -9080192 or 8417909. OLE color: 8417909.

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

Color convert

RGB 117 114 128 -
CMYK 0.09 0.11 0 0.50
HSL 252.86º 0.06% 0.47% -
HSV(B) 252.86º 0.11% 0.5% -
XYZ 17.25 17.38 22.87 -
YUV 116.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 117 114 128 0.09 0.11 0 0.50 252.86 0.06 0.47
Hex 75 72 80 9 B 0 32 FD 6 2F
Octal 165 162 200 11 13 0 62 375 6 57
Binary 1110101 1110010 10000000 1001 1011 0 110010 11111101 110 101111

Color Harmonies of #757280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757280

Black with #757280

Text Example


Text Example

White with #757280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757280; }

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

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

background-color css

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

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

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

border-color css

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

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

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