Html Css Color HEX #7A823D Wasabi

📋 copy color: '#7A823D'

red 122 ◦ green 130 ◦ blue 61

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

Shades of Wasabi #7A823D

Tints of Wasabi #7A823D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.53%

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 38.98%
G = 41.53%
B = 19.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#7A823D (or 0x7A823D) is known color: Wasabi. HEX triplet: 7A, 82 and 3D. RGB value is (122,130,61). Sum of RGB (Red+Green+Blue) = 122+130+61=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #7A823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A823D is #857DC2. Grayscale: #787878. Windows color (decimal): -8748483 or 4031098. OLE color: 4031098.

HSL color Cylindrical-coordinate representation of color #7A823D: hue angle of 66.96º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A823D is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 130 61 -
CMYK 0.06 0 0.53 0.49
HSL 66.96º 0.36% 0.37% -
HSV(B) 66.96º 0.53% 0.51% -
XYZ 16.85 20.44 7.47 -
YUV 119.74 94.85 129.61 -
System Red Green Blue C M Y K H S L
Decimal 122 130 61 0.06 0 0.53 0.49 66.96 0.36 0.37
Hex 7A 82 3D 6 0 35 31 43 24 25
Octal 172 202 75 6 0 65 61 103 44 45
Binary 1111010 10000010 111101 110 0 110101 110001 1000011 100100 100101

Color Harmonies of #7A823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A823D

Black with #7A823D

Text Example


Text Example

White with #7A823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,130,61); }

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

background-color css

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

 a { background-color: rgb(122,130,61); }

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

border-color css

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

 span { border-color: rgb(122,130,61); }

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