Html Css Color HEX #757580 Dolphin

📋 copy color: '#757580'

red 117 ◦ green 117 ◦ blue 128

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

Shades of Dolphin #757580

Tints of Dolphin #757580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.32%

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

R = 32.32%
G = 32.32%
B = 35.36%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#757580 (or 0x757580) is known color: Dolphin. HEX triplet: 75, 75 and 80. RGB value is (117,117,128). Sum of RGB (Red+Green+Blue) = 117+117+128=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 128 - color contains mainly: blue. Hex color #757580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757580 is #8A8A7F. Grayscale: #767676. Windows color (decimal): -9079424 or 8418677. OLE color: 8418677.

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

Color convert

RGB 117 117 128 -
CMYK 0.09 0.09 0 0.50
HSL 240º 0.04% 0.48% -
HSV(B) 240º 0.09% 0.5% -
XYZ 17.59 18.06 22.98 -
YUV 118.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 117 117 128 0.09 0.09 0 0.50 240 0.04 0.48
Hex 75 75 80 9 9 0 32 F0 4 30
Octal 165 165 200 11 11 0 62 360 4 60
Binary 1110101 1110101 10000000 1001 1001 0 110010 11110000 100 110000

Color Harmonies of #757580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757580

Black with #757580

Text Example


Text Example

White with #757580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757580; }

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

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

background-color css

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

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

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

border-color css

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

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

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