#7B774D

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

Shades of Kokoda #7B774D

Tints of Kokoda #7B774D

Color information

#7B774D (or 0x7B774D) is unknown color: approx Kokoda. HEX triplet: 7B, 77 and 4D. RGB value is (123,119,77). Sum of RGB (Red+Green+Blue) = 123+119+77=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 123 - color contains mainly: red. Hex color #7B774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B774D is #8488B2. Grayscale: #737373. Windows color (decimal): -8685747 or 5076859. OLE color: 5076859.

HSL color Cylindrical-coordinate representation of color #7B774D: hue angle of 54.78º degrees, saturation: 0.23, 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 #7B774D is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB12311977-
CMYK00.030.370.52
HSL54.78º23%39.22%-
HSV(B)54.78º37.4%48.24%-
XYZ16.117.949.64-
YUV115.41106.33133.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.56%
GREEN value IS 119 (46.88% from 255) = 37.30%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=38.56%
G=37.30%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231197700.030.370.5254.782339.22
Hex7B774D032534371727
Octal173167115034564672747
Binary11110111110111100110101110010111010011011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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