#746F37

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

Shades of Crete #746F37

Tints of Crete #746F37

Color information

#746F37 (or 0x746F37) is unknown color: approx Crete. HEX triplet: 74, 6F and 37. RGB value is (116,111,55). Sum of RGB (Red+Green+Blue) = 116+111+55=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #746F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F37 is #8B90C8. Grayscale: #6A6A6A. Windows color (decimal): -9146569 or 3633012. OLE color: 3633012.

HSL color Cylindrical-coordinate representation of color #746F37: hue angle of 55.08º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #746F37 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB11611155-
CMYK00.040.530.55
HSL55.08º35.67%33.53%-
HSV(B)55.08º52.59%45.49%-
XYZ13.5815.365.86-
YUV106.1199.16135.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 111 (43.75% from 255) = 39.36%
BLUE value IS 55 (21.88% from 255) = 19.50%
R=41.13%
G=39.36%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161115500.040.530.5555.0835.6733.53
Hex746F37043537372422
Octal16415767046567674442
Binary111010011011111101110100110101110111110111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746F37; }

 p { color: rgb(116,111,55); }

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

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

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

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

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

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

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