Html Css Color HEX #7A863C Wasabi

📋 copy color: '#7A863C'

red 122 ◦ green 134 ◦ blue 60

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

Shades of Wasabi #7A863C

Tints of Wasabi #7A863C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.41%

 BLUE value IS 60 (23.83% from 255) = 18.99%

R = 38.61%
G = 42.41%
B = 18.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#7A863C (or 0x7A863C) is known color: Wasabi. HEX triplet: 7A, 86 and 3C. RGB value is (122,134,60). Sum of RGB (Red+Green+Blue) = 122+134+60=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #7A863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A863C is #8579C3. Grayscale: #7A7A7A. Windows color (decimal): -8747460 or 3966586. OLE color: 3966586.

HSL color Cylindrical-coordinate representation of color #7A863C: hue angle of 69.73º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A863C is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 122 134 60 -
CMYK 0.09 0 0.55 0.47
HSL 69.73º 0.38% 0.38% -
HSV(B) 69.73º 0.55% 0.53% -
XYZ 17.37 21.51 7.51 -
YUV 121.98 93.02 128.02 -
System Red Green Blue C M Y K H S L
Decimal 122 134 60 0.09 0 0.55 0.47 69.73 0.38 0.38
Hex 7A 86 3C 9 0 37 2F 46 26 26
Octal 172 206 74 11 0 67 57 106 46 46
Binary 1111010 10000110 111100 1001 0 110111 101111 1000110 100110 100110

Color Harmonies of #7A863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A863C

Black with #7A863C

Text Example


Text Example

White with #7A863C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,134,60); }

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

background-color css

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

 a { background-color: rgb(122,134,60); }

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

border-color css

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

 span { border-color: rgb(122,134,60); }

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