#76723C

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

Shades of Crete #76723C

Tints of Crete #76723C

Color information

#76723C (or 0x76723C) is unknown color: approx Crete. HEX triplet: 76, 72 and 3C. RGB value is (118,114,60). Sum of RGB (Red+Green+Blue) = 118+114+60=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #76723C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76723C is #898DC3. Grayscale: #6D6D6D. Windows color (decimal): -9014724 or 3961462. OLE color: 3961462.

HSL color Cylindrical-coordinate representation of color #76723C: hue angle of 55.86º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76723C is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB11811460-
CMYK00.030.490.54
HSL55.86º32.58%34.9%-
HSV(B)55.86º49.15%46.27%-
XYZ14.316.216.65-
YUV109.04100.33134.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 60 (23.83% from 255) = 20.55%
R=40.41%
G=39.04%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181146000.030.490.5455.8632.5834.9
Hex76723C033136382123
Octal16616274036166704143
Binary11101101110010111100011110001110110111000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76723C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76723C; }

 p { color: rgb(118,114,60); }

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

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

 a { background-color: rgb(118,114,60); }

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

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

 span { border-color: rgb(118,114,60); }

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