#747133

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

Shades of Crete #747133

Tints of Crete #747133

Color information

#747133 (or 0x747133) is unknown color: approx Crete. HEX triplet: 74, 71 and 33. RGB value is (116,113,51). Sum of RGB (Red+Green+Blue) = 116+113+51=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #747133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747133 is #8B8ECC. Grayscale: #6B6B6B. Windows color (decimal): -9146061 or 3371380. OLE color: 3371380.

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

Color convert

RGB11611351-
CMYK00.030.560.55
HSL57.23º38.92%32.75%-
HSV(B)57.23º56.03%45.49%-
XYZ13.7115.765.45-
YUV106.8396.49134.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 113 (44.53% from 255) = 40.36%
BLUE value IS 51 (20.31% from 255) = 18.21%
R=41.43%
G=40.36%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161135100.030.560.5557.2338.9232.75
Hex747133033837392721
Octal16416163037067714741
Binary11101001110001110011011111000110111111001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747133; }

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

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

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

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

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

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

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

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