Html Css Color HEX #7D843F Wasabi

📋 copy color: '#7D843F'

red 125 ◦ green 132 ◦ blue 63

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

Shades of Wasabi #7D843F

Tints of Wasabi #7D843F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.69%

R = 39.06%
G = 41.25%
B = 19.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#7D843F (or 0x7D843F) is known color: Wasabi. HEX triplet: 7D, 84 and 3F. RGB value is (125,132,63). Sum of RGB (Red+Green+Blue) = 125+132+63=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #7D843F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D843F is #827BC0. Grayscale: #7A7A7A. Windows color (decimal): -8551361 or 4162685. OLE color: 4162685.

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

Color convert

RGB 125 132 63 -
CMYK 0.05 0 0.52 0.48
HSL 66.09º 0.35% 0.38% -
HSV(B) 66.09º 0.52% 0.52% -
XYZ 17.61 21.22 7.87 -
YUV 122.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 125 132 63 0.05 0 0.52 0.48 66.09 0.35 0.38
Hex 7D 84 3F 5 0 34 30 42 23 26
Octal 175 204 77 5 0 64 60 102 43 46
Binary 1111101 10000100 111111 101 0 110100 110000 1000010 100011 100110

Color Harmonies of #7D843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D843F

Black with #7D843F

Text Example


Text Example

White with #7D843F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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