Html Css Color HEX #767580 Dolphin

📋 copy color: '#767580'

red 118 ◦ green 117 ◦ blue 128

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

Shades of Dolphin #767580

Tints of Dolphin #767580

RGB

 RED value IS 118 (46.48% from 255) = 32.51%

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

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

R = 32.51%
G = 32.23%
B = 35.26%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#767580 (or 0x767580) is known color: Dolphin. HEX triplet: 76, 75 and 80. RGB value is (118,117,128). Sum of RGB (Red+Green+Blue) = 118+117+128=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 128 - color contains mainly: blue. Hex color #767580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767580 is #898A7F. Grayscale: #767676. Windows color (decimal): -9013888 or 8418678. OLE color: 8418678.

HSL color Cylindrical-coordinate representation of color #767580: hue angle of 245.45º 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 #767580 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 117 128 -
CMYK 0.08 0.09 0 0.50
HSL 245.45º 0.04% 0.48% -
HSV(B) 245.45º 0.09% 0.5% -
XYZ 17.73 18.13 22.99 -
YUV 118.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 118 117 128 0.08 0.09 0 0.50 245.45 0.04 0.48
Hex 76 75 80 8 9 0 32 F5 4 30
Octal 166 165 200 10 11 0 62 365 4 60
Binary 1110110 1110101 10000000 1000 1001 0 110010 11110101 100 110000

Color Harmonies of #767580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767580

Black with #767580

Text Example


Text Example

White with #767580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767580; }

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

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

background-color css

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

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

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

border-color css

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

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

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