Html Css Color HEX #7D8744 Wasabi

📋 copy color: '#7D8744'

red 125 ◦ green 135 ◦ blue 68

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

Shades of Wasabi #7D8744

Tints of Wasabi #7D8744

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.16%

 BLUE value IS 68 (26.95% from 255) = 20.73%

R = 38.11%
G = 41.16%
B = 20.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#7D8744 (or 0x7D8744) is known color: Wasabi. HEX triplet: 7D, 87 and 44. RGB value is (125,135,68). Sum of RGB (Red+Green+Blue) = 125+135+68=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8744 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8744 is #8278BB. Grayscale: #7C7C7C. Windows color (decimal): -8550588 or 4491133. OLE color: 4491133.

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

Color convert

RGB 125 135 68 -
CMYK 0.07 0 0.50 0.47
HSL 68.96º 0.33% 0.4% -
HSV(B) 68.96º 0.5% 0.53% -
XYZ 18.16 22.11 8.78 -
YUV 124.37 96.19 128.45 -
System Red Green Blue C M Y K H S L
Decimal 125 135 68 0.07 0 0.50 0.47 68.96 0.33 0.4
Hex 7D 87 44 7 0 32 2F 45 21 28
Octal 175 207 104 7 0 62 57 105 41 50
Binary 1111101 10000111 1000100 111 0 110010 101111 1000101 100001 101000

Color Harmonies of #7D8744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8744

Black with #7D8744

Text Example


Text Example

White with #7D8744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,135,68); }

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

background-color css

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

 a { background-color: rgb(125,135,68); }

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

border-color css

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

 span { border-color: rgb(125,135,68); }

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