#76783D

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

Shades of Crete #76783D

Tints of Crete #76783D

Color information

#76783D (or 0x76783D) is unknown color: approx Crete. HEX triplet: 76, 78 and 3D. RGB value is (118,120,61). Sum of RGB (Red+Green+Blue) = 118+120+61=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #76783D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76783D is #8987C2. Grayscale: #707070. Windows color (decimal): -9013187 or 4028534. OLE color: 4028534.

HSL color Cylindrical-coordinate representation of color #76783D: hue angle of 62.03º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76783D is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB11812061-
CMYK0.0200.490.53
HSL62.03º32.6%35.49%-
HSV(B)62.03º49.17%47.06%-
XYZ15.0317.627.02-
YUV112.6898.84131.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 61 (24.22% from 255) = 20.40%
R=39.46%
G=40.13%
B=20.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118120610.0200.490.5362.0332.635.49
Hex76783D2031353e2123
Octal16617075206165764143
Binary11101101111000111101100110001110101111110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76783D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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