Html Css Color HEX #7A894B Wasabi

📋 copy color: '#7A894B'

red 122 ◦ green 137 ◦ blue 75

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

Shades of Wasabi #7A894B

Tints of Wasabi #7A894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.02%

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 36.53%
G = 41.02%
B = 22.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#7A894B (or 0x7A894B) is known color: Wasabi. HEX triplet: 7A, 89 and 4B. RGB value is (122,137,75). Sum of RGB (Red+Green+Blue) = 122+137+75=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #7A894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A894B is #8576B4. Grayscale: #7D7D7D. Windows color (decimal): -8746677 or 4950394. OLE color: 4950394.

HSL color Cylindrical-coordinate representation of color #7A894B: hue angle of 74.52º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A894B is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 122 137 75 -
CMYK 0.11 0 0.45 0.46
HSL 74.52º 0.29% 0.42% -
HSV(B) 74.52º 0.45% 0.54% -
XYZ 18.24 22.54 10.05 -
YUV 125.45 99.53 125.54 -
System Red Green Blue C M Y K H S L
Decimal 122 137 75 0.11 0 0.45 0.46 74.52 0.29 0.42
Hex 7A 89 4B B 0 2D 2E 4B 1D 2A
Octal 172 211 113 13 0 55 56 113 35 52
Binary 1111010 10001001 1001011 1011 0 101101 101110 1001011 11101 101010

Color Harmonies of #7A894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A894B

Black with #7A894B

Text Example


Text Example

White with #7A894B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,137,75); }

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

background-color css

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

 a { background-color: rgb(122,137,75); }

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

border-color css

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

 span { border-color: rgb(122,137,75); }

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