#757775

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

Shades of Boulder #757775

Tints of Boulder #757775

Color information

#757775 (or 0x757775) is unknown color: approx Boulder. HEX triplet: 75, 77 and 75. RGB value is (117,119,117). Sum of RGB (Red+Green+Blue) = 117+119+117=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 119 - color contains mainly: green. Hex color #757775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757775 is #8A888A. Grayscale: #767676. Windows color (decimal): -9078923 or 7698293. OLE color: 7698293.

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

Color convert

RGB117119117-
CMYK0.0200.020.53
HSL120º0.85%46.27%-
HSV(B)120º1.68%46.67%-
XYZ17.1418.2619.45-
YUV118.17127.34127.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=33.14%
G=33.71%
B=33.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171191170.0200.020.531200.8546.27
Hex757775202357812e
Octal16516716520265170156
Binary1110101111011111101011001011010111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757775; }

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

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

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

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

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

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

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

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