Html Css Color HEX #7C8545 Wasabi

📋 copy color: '#7C8545'

red 124 ◦ green 133 ◦ blue 69

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

Shades of Wasabi #7C8545

Tints of Wasabi #7C8545

RGB

 RED value IS 124 (48.83% from 255) = 38.04%

 GREEN value IS 133 (52.34% from 255) = 40.8%

 BLUE value IS 69 (27.34% from 255) = 21.17%

R = 38.04%
G = 40.8%
B = 21.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#7C8545 (or 0x7C8545) is known color: Wasabi. HEX triplet: 7C, 85 and 45. RGB value is (124,133,69). Sum of RGB (Red+Green+Blue) = 124+133+69=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8545 is #837ABA. Grayscale: #7B7B7B. Windows color (decimal): -8616635 or 4556156. OLE color: 4556156.

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

Color convert

RGB 124 133 69 -
CMYK 0.07 0 0.48 0.48
HSL 68.44º 0.32% 0.4% -
HSV(B) 68.44º 0.48% 0.52% -
XYZ 17.77 21.49 8.84 -
YUV 123.01 97.52 128.7 -
System Red Green Blue C M Y K H S L
Decimal 124 133 69 0.07 0 0.48 0.48 68.44 0.32 0.4
Hex 7C 85 45 7 0 30 30 44 20 28
Octal 174 205 105 7 0 60 60 104 40 50
Binary 1111100 10000101 1000101 111 0 110000 110000 1000100 100000 101000

Color Harmonies of #7C8545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8545

Black with #7C8545

Text Example


Text Example

White with #7C8545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,133,69); }

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

background-color css

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

 a { background-color: rgb(124,133,69); }

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

border-color css

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

 span { border-color: rgb(124,133,69); }

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