#7B7B53

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

Shades of Kokoda #7B7B53

Tints of Kokoda #7B7B53

Color information

#7B7B53 (or 0x7B7B53) is unknown color: approx Kokoda. HEX triplet: 7B, 7B and 53. RGB value is (123,123,83). Sum of RGB (Red+Green+Blue) = 123+123+83=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 123 - color contains mainly: red, green. Hex color #7B7B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7B53 is #8484AC. Grayscale: #767676. Windows color (decimal): -8684717 or 5471099. OLE color: 5471099.

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

Color convert

RGB12312383-
CMYK000.330.52
HSL60º19.42%40.39%-
HSV(B)60º32.52%48.24%-
XYZ16.811910.97-
YUV118.44108131.25-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.39%
GREEN value IS 123 (48.44% from 255) = 37.39%
BLUE value IS 83 (32.81% from 255) = 25.23%
R=37.39%
G=37.39%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12312383000.330.526019.4240.39
Hex7B7B530021343c1328
Octal173173123004164742350
Binary1111011111101110100110010000111010011110010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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