Html Css Color HEX #7A775A Kokoda

📋 copy color: '#7A775A'

red 122 ◦ green 119 ◦ blue 90

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

Shades of Kokoda #7A775A

Tints of Kokoda #7A775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.95%

 BLUE value IS 90 (35.55% from 255) = 27.19%

R = 36.86%
G = 35.95%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7A775A (or 0x7A775A) is known color: Kokoda. HEX triplet: 7A, 77 and 5A. RGB value is (122,119,90). Sum of RGB (Red+Green+Blue) = 122+119+90=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 122 - color contains mainly: red. Hex color #7A775A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A775A is #8588A5. Grayscale: #747474. Windows color (decimal): -8751270 or 5928826. OLE color: 5928826.

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

Color convert

RGB 122 119 90 -
CMYK 0 0.02 0.26 0.52
HSL 54.38º 0.15% 0.42% -
HSV(B) 54.38º 0.26% 0.48% -
XYZ 16.47 18.07 12.29 -
YUV 116.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 122 119 90 0 0.02 0.26 0.52 54.38 0.15 0.42
Hex 7A 77 5A 0 2 1A 34 36 F 2A
Octal 172 167 132 0 2 32 64 66 17 52
Binary 1111010 1110111 1011010 0 10 11010 110100 110110 1111 101010

Color Harmonies of #7A775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A775A

Black with #7A775A

Text Example


Text Example

White with #7A775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,119,90); }

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

background-color css

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

 a { background-color: rgb(122,119,90); }

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

border-color css

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

 span { border-color: rgb(122,119,90); }

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