Html Css Color HEX #7A7559 Kokoda

📋 copy color: '#7A7559'

red 122 ◦ green 117 ◦ blue 89

#7A7559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kokoda #7A7559

Tints of Kokoda #7A7559

RGB

 RED value IS 122 (48.05% from 255) = 37.2%

 GREEN value IS 117 (46.09% from 255) = 35.67%

 BLUE value IS 89 (35.16% from 255) = 27.13%

R = 37.2%
G = 35.67%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.52

RGB Variations

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

Color information

#7A7559 (or 0x7A7559) is known color: Kokoda. HEX triplet: 7A, 75 and 59. RGB value is (122,117,89). Sum of RGB (Red+Green+Blue) = 122+117+89=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7559 is #858AA6. Grayscale: #737373. Windows color (decimal): -8751783 or 5862778. OLE color: 5862778.

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

Color convert

RGB 122 117 89 -
CMYK 0 0.04 0.27 0.52
HSL 50.91º 0.16% 0.41% -
HSV(B) 50.91º 0.27% 0.48% -
XYZ 16.19 17.58 11.99 -
YUV 115.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 122 117 89 0 0.04 0.27 0.52 50.91 0.16 0.41
Hex 7A 75 59 0 4 1B 34 33 10 29
Octal 172 165 131 0 4 33 64 63 20 51
Binary 1111010 1110101 1011001 0 100 11011 110100 110011 10000 101001

Color Harmonies of #7A7559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7559

Black with #7A7559

Text Example


Text Example

White with #7A7559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,117,89); }

 H1.HeaderClassName
 {
   color: #7A7559;
 }
 .AnyTagClassName
 {
   color: #7A7559;
 }
</style>

background-color css

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

 a { background-color: rgb(122,117,89); }

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

border-color css

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

 span { border-color: rgb(122,117,89); }

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