#7B7B4D

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

Shades of Kokoda #7B7B4D

Tints of Kokoda #7B7B4D

Color information

#7B7B4D (or 0x7B7B4D) is unknown color: approx Kokoda. HEX triplet: 7B, 7B and 4D. RGB value is (123,123,77). Sum of RGB (Red+Green+Blue) = 123+123+77=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 123 - color contains mainly: red, green. Hex color #7B7B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7B4D is #8484B2. Grayscale: #757575. Windows color (decimal): -8684723 or 5077883. OLE color: 5077883.

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

Color convert

RGB12312377-
CMYK000.370.52
HSL60º23%39.22%-
HSV(B)60º37.4%48.24%-
XYZ16.5918.919.8-
YUV117.76105131.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.08%
GREEN value IS 123 (48.44% from 255) = 38.08%
BLUE value IS 77 (30.47% from 255) = 23.84%
R=38.08%
G=38.08%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12312377000.370.52602339.22
Hex7B7B4D0025343c1727
Octal173173115004564742747
Binary1111011111101110011010010010111010011110010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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