#7B7A4A

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

Shades of Kokoda #7B7A4A

Tints of Kokoda #7B7A4A

Color information

#7B7A4A (or 0x7B7A4A) is unknown color: approx Kokoda. HEX triplet: 7B, 7A and 4A. RGB value is (123,122,74). Sum of RGB (Red+Green+Blue) = 123+122+74=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7A4A is #8485B5. Grayscale: #757575. Windows color (decimal): -8684982 or 4881019. OLE color: 4881019.

HSL color Cylindrical-coordinate representation of color #7B7A4A: hue angle of 58.78º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B7A4A is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB12312274-
CMYK00.010.400.52
HSL58.78º24.87%38.63%-
HSV(B)58.78º39.84%48.24%-
XYZ16.3618.629.21-
YUV116.83103.83132.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.56%
GREEN value IS 122 (48.05% from 255) = 38.24%
BLUE value IS 74 (29.30% from 255) = 23.20%
R=38.56%
G=38.24%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231227400.010.400.5258.7824.8738.63
Hex7B7A4A0128343b1927
Octal173172112015064733147
Binary1111011111101010010100110100011010011101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,122,74); }

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

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

 a { background-color: rgb(123,122,74); }

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

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

 span { border-color: rgb(123,122,74); }

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