#7D783D

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

Shades of Crete #7D783D

Tints of Crete #7D783D

Color information

#7D783D (or 0x7D783D) is unknown color: approx Crete. HEX triplet: 7D, 78 and 3D. RGB value is (125,120,61). Sum of RGB (Red+Green+Blue) = 125+120+61=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 125 - color contains mainly: red. Hex color #7D783D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D783D is #8287C2. Grayscale: #737373. Windows color (decimal): -8554435 or 4028541. OLE color: 4028541.

HSL color Cylindrical-coordinate representation of color #7D783D: hue angle of 55.31º 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 #7D783D is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB12512061-
CMYK00.040.510.51
HSL55.31º34.41%36.47%-
HSV(B)55.31º51.2%49.02%-
XYZ16.0218.137.07-
YUV114.7797.66135.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.85%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 61 (24.22% from 255) = 19.93%
R=40.85%
G=39.22%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251206100.040.510.5155.3134.4136.47
Hex7D783D043333372224
Octal17517075046363674244
Binary111110111110001111010100110011110011110111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D783D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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