#76723D

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

Shades of Crete #76723D

Tints of Crete #76723D

Color information

#76723D (or 0x76723D) is unknown color: approx Crete. HEX triplet: 76, 72 and 3D. RGB value is (118,114,61). Sum of RGB (Red+Green+Blue) = 118+114+61=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76723D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76723D is #898DC2. Grayscale: #6D6D6D. Windows color (decimal): -9014723 or 4026998. OLE color: 4026998.

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

Color convert

RGB11811461-
CMYK00.030.480.54
HSL55.79º31.84%35.1%-
HSV(B)55.79º48.31%46.27%-
XYZ14.3316.226.79-
YUV109.15100.83134.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 114 (44.92% from 255) = 38.91%
BLUE value IS 61 (24.22% from 255) = 20.82%
R=40.27%
G=38.91%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181146100.030.480.5455.7931.8435.1
Hex76723D033036382023
Octal16616275036066704043
Binary11101101110010111101011110000110110111000100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76723D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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