Html Css Color HEX #7D8C49 Wasabi

📋 copy color: '#7D8C49'

red 125 ◦ green 140 ◦ blue 73

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

Shades of Wasabi #7D8C49

Tints of Wasabi #7D8C49

RGB

 RED value IS 125 (49.22% from 255) = 36.98%

 GREEN value IS 140 (55.08% from 255) = 41.42%

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 36.98%
G = 41.42%
B = 21.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#7D8C49 (or 0x7D8C49) is known color: Wasabi. HEX triplet: 7D, 8C and 49. RGB value is (125,140,73). Sum of RGB (Red+Green+Blue) = 125+140+73=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 140 - color contains mainly: green. Hex color #7D8C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8C49 is #8273B6. Grayscale: #808080. Windows color (decimal): -8549303 or 4820093. OLE color: 4820093.

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

Color convert

RGB 125 140 73 -
CMYK 0.11 0 0.48 0.45
HSL 73.43º 0.31% 0.42% -
HSV(B) 73.43º 0.48% 0.55% -
XYZ 19.04 23.6 9.85 -
YUV 127.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 125 140 73 0.11 0 0.48 0.45 73.43 0.31 0.42
Hex 7D 8C 49 B 0 30 2D 49 1F 2A
Octal 175 214 111 13 0 60 55 111 37 52
Binary 1111101 10001100 1001001 1011 0 110000 101101 1001001 11111 101010

Color Harmonies of #7D8C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8C49

Black with #7D8C49

Text Example


Text Example

White with #7D8C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,140,73); }

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

background-color css

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

 a { background-color: rgb(125,140,73); }

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

border-color css

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

 span { border-color: rgb(125,140,73); }

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