#7B775E

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

Shades of Kokoda #7B775E

Tints of Kokoda #7B775E

Color information

#7B775E (or 0x7B775E) is unknown color: approx Kokoda. HEX triplet: 7B, 77 and 5E. RGB value is (123,119,94). Sum of RGB (Red+Green+Blue) = 123+119+94=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 123 - color contains mainly: red. Hex color #7B775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B775E is #8488A1. Grayscale: #757575. Windows color (decimal): -8685730 or 6190971. OLE color: 6190971.

HSL color Cylindrical-coordinate representation of color #7B775E: hue angle of 51.72º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B775E is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB12311994-
CMYK00.030.240.52
HSL51.72º13.36%42.55%-
HSV(B)51.72º23.58%48.24%-
XYZ16.7918.2113.22-
YUV117.35114.83132.03-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.61%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 94 (37.11% from 255) = 27.98%
R=36.61%
G=35.42%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231199400.030.240.5251.7213.3642.55
Hex7B775E03183434d2b
Octal173167136033064641553
Binary111101111101111011110011110001101001101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,119,94); }

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

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

 a { background-color: rgb(123,119,94); }

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

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

 span { border-color: rgb(123,119,94); }

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