#7F783D

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

Shades of Crete #7F783D

Tints of Crete #7F783D

Color information

#7F783D (or 0x7F783D) is unknown color: approx Crete. HEX triplet: 7F, 78 and 3D. RGB value is (127,120,61). Sum of RGB (Red+Green+Blue) = 127+120+61=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 127 - color contains mainly: red. Hex color #7F783D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F783D is #8087C2. Grayscale: #737373. Windows color (decimal): -8423363 or 4028543. OLE color: 4028543.

HSL color Cylindrical-coordinate representation of color #7F783D: hue angle of 53.64º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F783D is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB12712061-
CMYK00.060.520.50
HSL53.64º35.11%36.86%-
HSV(B)53.64º51.97%49.8%-
XYZ16.3118.287.08-
YUV115.3797.32136.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.23%
GREEN value IS 120 (47.27% from 255) = 38.96%
BLUE value IS 61 (24.22% from 255) = 19.81%
R=41.23%
G=38.96%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271206100.060.520.5053.6435.1136.86
Hex7F783D063432362325
Octal17717075066462664345
Binary111111111110001111010110110100110010110110100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F783D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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