#747774

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

Shades of Boulder #747774

Tints of Boulder #747774

Color information

#747774 (or 0x747774) is unknown color: approx Boulder. HEX triplet: 74, 77 and 74. RGB value is (116,119,116). Sum of RGB (Red+Green+Blue) = 116+119+116=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 119 - color contains mainly: green. Hex color #747774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747774 is #8B888B. Grayscale: #757575. Windows color (decimal): -9144460 or 7632756. OLE color: 7632756.

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

Color convert

RGB116119116-
CMYK0.0300.030.53
HSL120º1.28%46.08%-
HSV(B)120º2.52%46.67%-
XYZ16.9518.1719.14-
YUV117.76127.01126.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 119 (46.88% from 255) = 33.90%
BLUE value IS 116 (45.70% from 255) = 33.05%
R=33.05%
G=33.90%
B=33.05%

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
Decimal1161191160.0300.030.531201.2846.08
Hex747774303357812e
Octal16416716430365170156
Binary1110100111011111101001101111010111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747774; }

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

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

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

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

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

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

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

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