Html Css Color HEX #7D8646 Wasabi

📋 copy color: '#7D8646'

red 125 ◦ green 134 ◦ blue 70

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

Shades of Wasabi #7D8646

Tints of Wasabi #7D8646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.28%

R = 37.99%
G = 40.73%
B = 21.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#7D8646 (or 0x7D8646) is known color: Wasabi. HEX triplet: 7D, 86 and 46. RGB value is (125,134,70). Sum of RGB (Red+Green+Blue) = 125+134+70=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8646 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8646 is #8279B9. Grayscale: #7C7C7C. Windows color (decimal): -8550842 or 4621949. OLE color: 4621949.

HSL color Cylindrical-coordinate representation of color #7D8646: hue angle of 68.44º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D8646 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 134 70 -
CMYK 0.07 0 0.48 0.47
HSL 68.44º 0.31% 0.4% -
HSV(B) 68.44º 0.48% 0.53% -
XYZ 18.09 21.85 9.06 -
YUV 124.01 97.52 128.7 -
System Red Green Blue C M Y K H S L
Decimal 125 134 70 0.07 0 0.48 0.47 68.44 0.31 0.4
Hex 7D 86 46 7 0 30 2F 44 1F 28
Octal 175 206 106 7 0 60 57 104 37 50
Binary 1111101 10000110 1000110 111 0 110000 101111 1000100 11111 101000

Color Harmonies of #7D8646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8646

Black with #7D8646

Text Example


Text Example

White with #7D8646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,134,70); }

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

background-color css

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

 a { background-color: rgb(125,134,70); }

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

border-color css

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

 span { border-color: rgb(125,134,70); }

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