#767C75

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

Shades of Boulder #767C75

Tints of Boulder #767C75

Color information

#767C75 (or 0x767C75) is unknown color: approx Boulder. HEX triplet: 76, 7C and 75. RGB value is (118,124,117). Sum of RGB (Red+Green+Blue) = 118+124+117=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 124 - color contains mainly: green. Hex color #767C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C75 is #89838A. Grayscale: #797979. Windows color (decimal): -9012107 or 7699574. OLE color: 7699574.

HSL color Cylindrical-coordinate representation of color #767C75: hue angle of 111.43º 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 #767C75 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB118124117-
CMYK0.0500.060.51
HSL111.43º2.9%47.25%-
HSV(B)111.43º5.65%48.63%-
XYZ17.8919.5519.66-
YUV121.41125.51125.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 124 (48.83% from 255) = 34.54%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=32.87%
G=34.54%
B=32.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181241170.0500.060.51111.432.947.25
Hex767C75506336f32f
Octal16617416550663157357
Binary1110110111110011101011010110110011110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767C75; }

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

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

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

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

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

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

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

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