#74722D

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

Shades of Crete #74722D

Tints of Crete #74722D

Color information

#74722D (or 0x74722D) is unknown color: approx Crete. HEX triplet: 74, 72 and 2D. RGB value is (116,114,45). Sum of RGB (Red+Green+Blue) = 116+114+45=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #74722D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74722D is #8B8DD2. Grayscale: #6B6B6B. Windows color (decimal): -9145811 or 2978420. OLE color: 2978420.

HSL color Cylindrical-coordinate representation of color #74722D: hue angle of 58.31º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74722D is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB11611445-
CMYK00.020.610.55
HSL58.31º44.1%31.57%-
HSV(B)58.31º61.21%45.49%-
XYZ13.6915.944.84-
YUV106.7393.16134.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 114 (44.92% from 255) = 41.45%
BLUE value IS 45 (17.97% from 255) = 16.36%
R=42.18%
G=41.45%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161144500.020.610.5558.3144.131.57
Hex74722D023D373a2c20
Octal16416255027567725440
Binary11101001110010101101010111101110111111010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74722D; }

 p { color: rgb(116,114,45); }

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

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

 a { background-color: rgb(116,114,45); }

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

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

 span { border-color: rgb(116,114,45); }

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