#767575

Color #767575 Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey #767575

Tints of Grey #767575

Color information

#767575 (or 0x767575) is unknown color: approx Grey. HEX triplet: 76, 75 and 75. RGB value is (118,117,117). Sum of RGB (Red+Green+Blue) = 118+117+117=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 118 - color contains mainly: red. Hex color #767575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767575 is #898A8A. Grayscale: #757575. Windows color (decimal): -9013899 or 7697782. OLE color: 7697782.

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

Color convert

RGB118117117-
CMYK00.010.010.54
HSL0.43%46.08%-
HSV(B)0.85%46.27%-
XYZ17.0417.8619.38-
YUV117.3127.83128.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 117 (46.09% from 255) = 33.24%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=33.52%
G=33.24%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811711700.010.010.5400.4346.08
Hex76757501136002e
Octal166165165011660056
Binary11101101110101111010101111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767575; }

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

 H1.HeaderClassName
 {
   color: #767575;
 }
 .AnyTagClassName
 {
   color: #767575;
 }
</style>
background-color css

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

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

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

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

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

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