Html Css Color HEX #7A7F42 Wasabi

📋 copy color: '#7A7F42'

red 122 ◦ green 127 ◦ blue 66

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

Shades of Wasabi #7A7F42

Tints of Wasabi #7A7F42

RGB

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

 GREEN value IS 127 (50% from 255) = 40.32%

 BLUE value IS 66 (26.17% from 255) = 20.95%

R = 38.73%
G = 40.32%
B = 20.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#7A7F42 (or 0x7A7F42) is known color: Wasabi. HEX triplet: 7A, 7F and 42. RGB value is (122,127,66). Sum of RGB (Red+Green+Blue) = 122+127+66=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 127 - color contains mainly: green. Hex color #7A7F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7F42 is #8580BD. Grayscale: #767676. Windows color (decimal): -8749246 or 4358010. OLE color: 4358010.

HSL color Cylindrical-coordinate representation of color #7A7F42: hue angle of 64.92º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A7F42 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 122 127 66 -
CMYK 0.04 0 0.48 0.50
HSL 64.92º 0.32% 0.38% -
HSV(B) 64.92º 0.48% 0.5% -
XYZ 16.6 19.71 8.08 -
YUV 118.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 122 127 66 0.04 0 0.48 0.50 64.92 0.32 0.38
Hex 7A 7F 42 4 0 30 32 41 20 26
Octal 172 177 102 4 0 60 62 101 40 46
Binary 1111010 1111111 1000010 100 0 110000 110010 1000001 100000 100110

Color Harmonies of #7A7F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7F42

Black with #7A7F42

Text Example


Text Example

White with #7A7F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,127,66); }

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

background-color css

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

 a { background-color: rgb(122,127,66); }

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

border-color css

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

 span { border-color: rgb(122,127,66); }

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