#7B794F

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

Shades of Kokoda #7B794F

Tints of Kokoda #7B794F

Color information

#7B794F (or 0x7B794F) is unknown color: approx Kokoda. HEX triplet: 7B, 79 and 4F. RGB value is (123,121,79). Sum of RGB (Red+Green+Blue) = 123+121+79=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 123 - color contains mainly: red. Hex color #7B794F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B794F is #8486B0. Grayscale: #747474. Windows color (decimal): -8685233 or 5208443. OLE color: 5208443.

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

Color convert

RGB12312179-
CMYK00.020.360.52
HSL57.27º21.78%39.61%-
HSV(B)57.27º35.77%48.24%-
XYZ16.4218.4510.09-
YUV116.81106.66132.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.08%
GREEN value IS 121 (47.66% from 255) = 37.46%
BLUE value IS 79 (31.25% from 255) = 24.46%
R=38.08%
G=37.46%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231217900.020.360.5257.2721.7839.61
Hex7B794F022434391628
Octal173171117024464712650
Binary11110111111001100111101010010011010011100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,121,79); }

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

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

 a { background-color: rgb(123,121,79); }

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

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

 span { border-color: rgb(123,121,79); }

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