#757C74

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

Shades of Boulder #757C74

Tints of Boulder #757C74

Color information

#757C74 (or 0x757C74) is unknown color: approx Boulder. HEX triplet: 75, 7C and 74. RGB value is (117,124,116). Sum of RGB (Red+Green+Blue) = 117+124+116=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 124 - color contains mainly: green. Hex color #757C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C74 is #8A838B. Grayscale: #797979. Windows color (decimal): -9077644 or 7634037. OLE color: 7634037.

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

Color convert

RGB117124116-
CMYK0.0600.060.51
HSL112.5º3.33%47.06%-
HSV(B)112.5º6.45%48.63%-
XYZ17.719.4619.35-
YUV120.99125.18125.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.77%
GREEN value IS 124 (48.83% from 255) = 34.73%
BLUE value IS 116 (45.70% from 255) = 32.49%
R=32.77%
G=34.73%
B=32.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171241160.0600.060.51112.53.3347.06
Hex757C74606337032f
Octal16517416460663160357
Binary1110101111110011101001100110110011111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757C74; }

 p { color: rgb(117,124,116); }

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

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

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

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

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

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

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