Html Css Color HEX #7D8437 Wasabi

📋 copy color: '#7D8437'

red 125 ◦ green 132 ◦ blue 55

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

Shades of Wasabi #7D8437

Tints of Wasabi #7D8437

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.31%

 BLUE value IS 55 (21.88% from 255) = 17.63%

R = 40.06%
G = 42.31%
B = 17.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#7D8437 (or 0x7D8437) is known color: Wasabi. HEX triplet: 7D, 84 and 37. RGB value is (125,132,55). Sum of RGB (Red+Green+Blue) = 125+132+55=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #7D8437 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8437 is #827BC8. Grayscale: #797979. Windows color (decimal): -8551369 or 3638397. OLE color: 3638397.

HSL color Cylindrical-coordinate representation of color #7D8437: hue angle of 65.45º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D8437 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 132 55 -
CMYK 0.05 0 0.58 0.48
HSL 65.45º 0.41% 0.37% -
HSV(B) 65.45º 0.58% 0.52% -
XYZ 17.4 21.14 6.78 -
YUV 121.13 90.68 130.76 -
System Red Green Blue C M Y K H S L
Decimal 125 132 55 0.05 0 0.58 0.48 65.45 0.41 0.37
Hex 7D 84 37 5 0 3A 30 41 29 25
Octal 175 204 67 5 0 72 60 101 51 45
Binary 1111101 10000100 110111 101 0 111010 110000 1000001 101001 100101

Color Harmonies of #7D8437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8437

Black with #7D8437

Text Example


Text Example

White with #7D8437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,132,55); }

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

background-color css

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

 a { background-color: rgb(125,132,55); }

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

border-color css

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

 span { border-color: rgb(125,132,55); }

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