#787428

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

Shades of Crete #787428

Tints of Crete #787428

Color information

#787428 (or 0x787428) is unknown color: approx Crete. HEX triplet: 78, 74 and 28. RGB value is (120,116,40). Sum of RGB (Red+Green+Blue) = 120+116+40=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #787428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787428 is #878BD7. Grayscale: #6C6C6C. Windows color (decimal): -8883160 or 2651256. OLE color: 2651256.

HSL color Cylindrical-coordinate representation of color #787428: hue angle of 57º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #787428 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB12011640-
CMYK00.030.670.53
HSL57º50%31.37%-
HSV(B)57º66.67%47.06%-
XYZ14.3716.644.46-
YUV108.5389.33136.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.48%
GREEN value IS 116 (45.70% from 255) = 42.03%
BLUE value IS 40 (16.02% from 255) = 14.49%
R=43.48%
G=42.03%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201164000.030.670.53575031.37
Hex78742803433539321f
Octal170164500310365716237
Binary11110001110100101000011100001111010111100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787428; }

 p { color: rgb(120,116,40); }

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

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

 a { background-color: rgb(120,116,40); }

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

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

 span { border-color: rgb(120,116,40); }

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