#757975

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

Shades of Boulder #757975

Tints of Boulder #757975

Color information

#757975 (or 0x757975) is unknown color: approx Boulder. HEX triplet: 75, 79 and 75. RGB value is (117,121,117). Sum of RGB (Red+Green+Blue) = 117+121+117=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 121 - color contains mainly: green. Hex color #757975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757975 is #8A868A. Grayscale: #777777. Windows color (decimal): -9078411 or 7698805. OLE color: 7698805.

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

Color convert

RGB117121117-
CMYK0.0300.030.53
HSL120º1.68%46.67%-
HSV(B)120º3.31%47.45%-
XYZ17.3818.7419.53-
YUV119.35126.67126.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=32.96%
G=34.08%
B=32.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171211170.0300.030.531201.6846.67
Hex757975303357822f
Octal16517116530365170257
Binary11101011111001111010111011110101111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757975; }

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

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

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

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

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

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

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

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