#7B775A

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

Shades of Kokoda #7B775A

Tints of Kokoda #7B775A

Color information

#7B775A (or 0x7B775A) is unknown color: approx Kokoda. HEX triplet: 7B, 77 and 5A. RGB value is (123,119,90). Sum of RGB (Red+Green+Blue) = 123+119+90=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 123 - color contains mainly: red. Hex color #7B775A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B775A is #8488A5. Grayscale: #757575. Windows color (decimal): -8685734 or 5928827. OLE color: 5928827.

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

Color convert

RGB12311990-
CMYK00.030.270.52
HSL52.73º15.49%41.76%-
HSV(B)52.73º26.83%48.24%-
XYZ16.6118.1412.3-
YUV116.89112.83132.36-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.05%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=37.05%
G=35.84%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231199000.030.270.5252.7315.4941.76
Hex7B775A031B3435f2a
Octal173167132033364651752
Binary111101111101111011010011110111101001101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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