#747134

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

Shades of Crete #747134

Tints of Crete #747134

Color information

#747134 (or 0x747134) is unknown color: approx Crete. HEX triplet: 74, 71 and 34. RGB value is (116,113,52). Sum of RGB (Red+Green+Blue) = 116+113+52=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #747134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747134 is #8B8ECB. Grayscale: #6B6B6B. Windows color (decimal): -9146060 or 3436916. OLE color: 3436916.

HSL color Cylindrical-coordinate representation of color #747134: hue angle of 57.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #747134 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB11611352-
CMYK00.030.550.55
HSL57.19º38.1%32.94%-
HSV(B)57.19º55.17%45.49%-
XYZ13.7315.775.57-
YUV106.9496.99134.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 113 (44.53% from 255) = 40.21%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=41.28%
G=40.21%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161135200.030.550.5557.1938.132.94
Hex747134033737392621
Octal16416164036767714641
Binary11101001110001110100011110111110111111001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747134; }

 p { color: rgb(116,113,52); }

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

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

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

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

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

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

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