#747030

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

Shades of Crete #747030

Tints of Crete #747030

Color information

#747030 (or 0x747030) is unknown color: approx Crete. HEX triplet: 74, 70 and 30. RGB value is (116,112,48). Sum of RGB (Red+Green+Blue) = 116+112+48=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #747030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747030 is #8B8FCF. Grayscale: #6A6A6A. Windows color (decimal): -9146320 or 3174516. OLE color: 3174516.

HSL color Cylindrical-coordinate representation of color #747030: hue angle of 56.47º 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 #747030 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB11611248-
CMYK00.030.590.55
HSL56.47º41.46%32.16%-
HSV(B)56.47º58.62%45.49%-
XYZ13.5315.515.08-
YUV105.995.33135.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.03%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 48 (19.14% from 255) = 17.39%
R=42.03%
G=40.58%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161124800.030.590.5556.4741.4632.16
Hex747030033B37382920
Octal16416060037367705140
Binary11101001110000110000011111011110111111000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747030; }

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

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

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

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

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

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

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

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