#7A7857

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

Shades of Kokoda #7A7857

Tints of Kokoda #7A7857

Color information

#7A7857 (or 0x7A7857) is unknown color: approx Kokoda. HEX triplet: 7A, 78 and 57. RGB value is (122,120,87). Sum of RGB (Red+Green+Blue) = 122+120+87=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7857 is #8587A8. Grayscale: #747474. Windows color (decimal): -8751017 or 5732474. OLE color: 5732474.

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

Color convert

RGB12212087-
CMYK00.020.290.52
HSL56.57º16.75%40.98%-
HSV(B)56.57º28.69%47.84%-
XYZ16.4618.2611.67-
YUV116.84111.16131.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.08%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 87 (34.38% from 255) = 26.44%
R=37.08%
G=36.47%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221208700.020.290.5256.5716.7540.98
Hex7A7857021D34391129
Octal172170127023564712151
Binary1111010111100010101110101110111010011100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,120,87); }

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

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

 a { background-color: rgb(122,120,87); }

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

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

 span { border-color: rgb(122,120,87); }

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