#7A7452

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

Shades of Kokoda #7A7452

Tints of Kokoda #7A7452

Color information

#7A7452 (or 0x7A7452) is unknown color: approx Kokoda. HEX triplet: 7A, 74 and 52. RGB value is (122,116,82). Sum of RGB (Red+Green+Blue) = 122+116+82=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7452 is #858BAD. Grayscale: #727272. Windows color (decimal): -8752046 or 5403770. OLE color: 5403770.

HSL color Cylindrical-coordinate representation of color #7A7452: hue angle of 51º degrees, saturation: 0.2, 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 #7A7452 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB12211682-
CMYK00.050.330.52
HSL51º19.61%40%-
HSV(B)51º32.79%47.84%-
XYZ15.7917.2410.48-
YUV113.92109.99133.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.12%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 82 (32.42% from 255) = 25.62%
R=38.12%
G=36.25%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221168200.050.330.525119.6140
Hex7A7452052134331428
Octal172164122054164632450
Binary111101011101001010010010110000111010011001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,116,82); }

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

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

 a { background-color: rgb(122,116,82); }

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

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

 span { border-color: rgb(122,116,82); }

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