Html Css Color HEX #7A775E Kokoda

📋 copy color: '#7A775E'

red 122 ◦ green 119 ◦ blue 94

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

Shades of Kokoda #7A775E

Tints of Kokoda #7A775E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.06%

R = 36.42%
G = 35.52%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7A775E (or 0x7A775E) is known color: Kokoda. HEX triplet: 7A, 77 and 5E. RGB value is (122,119,94). Sum of RGB (Red+Green+Blue) = 122+119+94=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 122 - color contains mainly: red. Hex color #7A775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A775E is #8588A1. Grayscale: #757575. Windows color (decimal): -8751266 or 6190970. OLE color: 6190970.

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

Color convert

RGB 122 119 94 -
CMYK 0 0.02 0.23 0.52
HSL 53.57º 0.13% 0.42% -
HSV(B) 53.57º 0.23% 0.48% -
XYZ 16.64 18.14 13.21 -
YUV 117.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 122 119 94 0 0.02 0.23 0.52 53.57 0.13 0.42
Hex 7A 77 5E 0 2 17 34 36 D 2A
Octal 172 167 136 0 2 27 64 66 15 52
Binary 1111010 1110111 1011110 0 10 10111 110100 110110 1101 101010

Color Harmonies of #7A775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A775E

Black with #7A775E

Text Example


Text Example

White with #7A775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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