#757E74

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

Shades of Boulder #757E74

Tints of Boulder #757E74

Color information

#757E74 (or 0x757E74) is unknown color: approx Boulder. HEX triplet: 75, 7E and 74. RGB value is (117,126,116). Sum of RGB (Red+Green+Blue) = 117+126+116=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 126 - color contains mainly: green. Hex color #757E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757E74 is #8A818B. Grayscale: #7A7A7A. Windows color (decimal): -9077132 or 7634549. OLE color: 7634549.

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

Color convert

RGB117126116-
CMYK0.0700.080.51
HSL114º4.13%47.45%-
HSV(B)114º7.94%49.41%-
XYZ17.9519.9619.43-
YUV122.17124.52124.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 126 (49.61% from 255) = 35.10%
BLUE value IS 116 (45.70% from 255) = 32.31%
R=32.59%
G=35.10%
B=32.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171261160.0700.080.511144.1347.45
Hex757E74708337242f
Octal165176164701063162457
Binary111010111111101110100111010001100111110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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