#7B784E

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

Shades of Kokoda #7B784E

Tints of Kokoda #7B784E

Color information

#7B784E (or 0x7B784E) is unknown color: approx Kokoda. HEX triplet: 7B, 78 and 4E. RGB value is (123,120,78). Sum of RGB (Red+Green+Blue) = 123+120+78=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 123 - color contains mainly: red. Hex color #7B784E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B784E is #8487B1. Grayscale: #747474. Windows color (decimal): -8685490 or 5142651. OLE color: 5142651.

HSL color Cylindrical-coordinate representation of color #7B784E: hue angle of 56º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B784E is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB12312078-
CMYK00.020.370.52
HSL56º22.39%39.41%-
HSV(B)56º36.59%48.24%-
XYZ16.2618.199.86-
YUV116.11106.49132.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.32%
GREEN value IS 120 (47.27% from 255) = 37.38%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=38.32%
G=37.38%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231207800.020.370.525622.3939.41
Hex7B784E022534381627
Octal173170116024564702647
Binary11110111111000100111001010010111010011100010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,120,78); }

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

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

 a { background-color: rgb(123,120,78); }

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

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

 span { border-color: rgb(123,120,78); }

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