Html Css Color HEX #7D8632 Wasabi

📋 copy color: '#7D8632'

red 125 ◦ green 134 ◦ blue 50

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

Shades of Wasabi #7D8632

Tints of Wasabi #7D8632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.18%

R = 40.45%
G = 43.37%
B = 16.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#7D8632 (or 0x7D8632) is known color: Wasabi. HEX triplet: 7D, 86 and 32. RGB value is (125,134,50). Sum of RGB (Red+Green+Blue) = 125+134+50=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8632 is #8279CD. Grayscale: #7A7A7A. Windows color (decimal): -8550862 or 3311229. OLE color: 3311229.

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

Color convert

RGB 125 134 50 -
CMYK 0.07 0 0.63 0.47
HSL 66.43º 0.46% 0.36% -
HSV(B) 66.43º 0.63% 0.53% -
XYZ 17.56 21.64 6.27 -
YUV 121.73 87.52 130.33 -
System Red Green Blue C M Y K H S L
Decimal 125 134 50 0.07 0 0.63 0.47 66.43 0.46 0.36
Hex 7D 86 32 7 0 3F 2F 42 2E 24
Octal 175 206 62 7 0 77 57 102 56 44
Binary 1111101 10000110 110010 111 0 111111 101111 1000010 101110 100100

Color Harmonies of #7D8632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8632

Black with #7D8632

Text Example


Text Example

White with #7D8632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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