#747330

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

Shades of Crete #747330

Tints of Crete #747330

Color information

#747330 (or 0x747330) is unknown color: approx Crete. HEX triplet: 74, 73 and 30. RGB value is (116,115,48). Sum of RGB (Red+Green+Blue) = 116+115+48=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #747330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747330 is #8B8CCF. Grayscale: #6B6B6B. Windows color (decimal): -9145552 or 3175284. OLE color: 3175284.

HSL color Cylindrical-coordinate representation of color #747330: hue angle of 59.12º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #747330 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB11611548-
CMYK00.010.590.55
HSL59.12º41.46%32.16%-
HSV(B)59.12º58.62%45.49%-
XYZ13.8716.195.19-
YUV107.6694.33133.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 48 (19.14% from 255) = 17.20%
R=41.58%
G=41.22%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161154800.010.590.5559.1241.4632.16
Hex747330013B373b2920
Octal16416360017367735140
Binary1110100111001111000001111011110111111011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747330; }

 p { color: rgb(116,115,48); }

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

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

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

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

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

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

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