#7D773D

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

Shades of Crete #7D773D

Tints of Crete #7D773D

Color information

#7D773D (or 0x7D773D) is unknown color: approx Crete. HEX triplet: 7D, 77 and 3D. RGB value is (125,119,61). Sum of RGB (Red+Green+Blue) = 125+119+61=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 125 - color contains mainly: red. Hex color #7D773D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D773D is #8288C2. Grayscale: #727272. Windows color (decimal): -8554691 or 4028285. OLE color: 4028285.

HSL color Cylindrical-coordinate representation of color #7D773D: hue angle of 54.38º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D773D is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB12511961-
CMYK00.050.510.51
HSL54.38º34.41%36.47%-
HSV(B)54.38º51.2%49.02%-
XYZ15.917.897.03-
YUV114.1897.99135.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.98%
GREEN value IS 119 (46.88% from 255) = 39.02%
BLUE value IS 61 (24.22% from 255) = 20%
R=40.98%
G=39.02%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251196100.050.510.5154.3834.4136.47
Hex7D773D053333362224
Octal17516775056363664244
Binary111110111101111111010101110011110011110110100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D773D; }

 p { color: rgb(125,119,61); }

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

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

 a { background-color: rgb(125,119,61); }

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

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

 span { border-color: rgb(125,119,61); }

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