Html Css Color HEX #7D8C32 Wasabi

📋 copy color: '#7D8C32'

red 125 ◦ green 140 ◦ blue 50

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

Shades of Wasabi #7D8C32

Tints of Wasabi #7D8C32

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.44%

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

R = 39.68%
G = 44.44%
B = 15.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#7D8C32 (or 0x7D8C32) is known color: Wasabi. HEX triplet: 7D, 8C and 32. RGB value is (125,140,50). Sum of RGB (Red+Green+Blue) = 125+140+50=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #7D8C32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8C32 is #8273CD. Grayscale: #7D7D7D. Windows color (decimal): -8549326 or 3312765. OLE color: 3312765.

HSL color Cylindrical-coordinate representation of color #7D8C32: hue angle of 70º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D8C32 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 140 50 -
CMYK 0.11 0 0.64 0.45
HSL 70º 0.47% 0.37% -
HSV(B) 70º 0.64% 0.55% -
XYZ 18.41 23.35 6.55 -
YUV 125.26 85.53 127.82 -
System Red Green Blue C M Y K H S L
Decimal 125 140 50 0.11 0 0.64 0.45 70 0.47 0.37
Hex 7D 8C 32 B 0 40 2D 46 2F 25
Octal 175 214 62 13 0 100 55 106 57 45
Binary 1111101 10001100 110010 1011 0 1000000 101101 1000110 101111 100101

Color Harmonies of #7D8C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8C32

Black with #7D8C32

Text Example


Text Example

White with #7D8C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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