#78702B

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

Shades of Crete #78702B

Tints of Crete #78702B

Color information

#78702B (or 0x78702B) is unknown color: approx Crete. HEX triplet: 78, 70 and 2B. RGB value is (120,112,43). Sum of RGB (Red+Green+Blue) = 120+112+43=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #78702B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78702B is #878FD4. Grayscale: #6A6A6A. Windows color (decimal): -8884181 or 2846840. OLE color: 2846840.

HSL color Cylindrical-coordinate representation of color #78702B: hue angle of 53.77º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78702B is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB12011243-
CMYK00.070.640.53
HSL53.77º47.24%31.96%-
HSV(B)53.77º64.17%47.06%-
XYZ13.9815.764.59-
YUV106.5392.15137.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.64%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 43 (17.19% from 255) = 15.64%
R=43.64%
G=40.73%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201124300.070.640.5353.7747.2431.96
Hex78702B074035362f20
Octal170160530710065665740
Binary1111000111000010101101111000000110101110110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78702B; }

 p { color: rgb(120,112,43); }

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

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

 a { background-color: rgb(120,112,43); }

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

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

 span { border-color: rgb(120,112,43); }

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