#747674

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

Shades of Boulder #747674

Tints of Boulder #747674

Color information

#747674 (or 0x747674) is unknown color: approx Boulder. HEX triplet: 74, 76 and 74. RGB value is (116,118,116). Sum of RGB (Red+Green+Blue) = 116+118+116=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 118 - color contains mainly: green. Hex color #747674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747674 is #8B898B. Grayscale: #757575. Windows color (decimal): -9144716 or 7632500. OLE color: 7632500.

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

Color convert

RGB116118116-
CMYK0.0200.020.54
HSL120º0.85%45.88%-
HSV(B)120º1.69%46.27%-
XYZ16.8317.9319.1-
YUV117.17127.34127.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 116 (45.70% 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.54
SystemRedGreenBlueCMYKHSL
Decimal1161181160.0200.020.541200.8545.88
Hex747674202367812e
Octal16416616420266170156
Binary1110100111011011101001001011011011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747674; }

 p { color: rgb(116,118,116); }

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

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

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

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

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

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

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