#787138

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

Shades of Crete #787138

Tints of Crete #787138

Color information

#787138 (or 0x787138) is unknown color: approx Crete. HEX triplet: 78, 71 and 38. RGB value is (120,113,56). Sum of RGB (Red+Green+Blue) = 120+113+56=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #787138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787138 is #878EC7. Grayscale: #6C6C6C. Windows color (decimal): -8883912 or 3699064. OLE color: 3699064.

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

Color convert

RGB12011356-
CMYK00.060.530.53
HSL53.44º36.36%34.51%-
HSV(B)53.44º53.33%47.06%-
XYZ14.3616.096.09-
YUV108.698.32136.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.52%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 56 (22.27% from 255) = 19.38%
R=41.52%
G=39.10%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201135600.060.530.5353.4436.3634.51
Hex787138063535352423
Octal17016170066565654443
Binary111100011100011110000110110101110101110101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787138; }

 p { color: rgb(120,113,56); }

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

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

 a { background-color: rgb(120,113,56); }

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

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

 span { border-color: rgb(120,113,56); }

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