Html Css Color HEX #7C8434 Wasabi

📋 copy color: '#7C8434'

red 124 ◦ green 132 ◦ blue 52

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

Shades of Wasabi #7C8434

Tints of Wasabi #7C8434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.86%

 BLUE value IS 52 (20.7% from 255) = 16.88%

R = 40.26%
G = 42.86%
B = 16.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#7C8434 (or 0x7C8434) is known color: Wasabi. HEX triplet: 7C, 84 and 34. RGB value is (124,132,52). Sum of RGB (Red+Green+Blue) = 124+132+52=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #7C8434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8434 is #837BCB. Grayscale: #787878. Windows color (decimal): -8616908 or 3441788. OLE color: 3441788.

HSL color Cylindrical-coordinate representation of color #7C8434: hue angle of 66º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C8434 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 132 52 -
CMYK 0.06 0 0.61 0.48
HSL 66º 0.43% 0.36% -
HSV(B) 66º 0.61% 0.52% -
XYZ 17.18 21.04 6.4 -
YUV 120.49 89.35 130.5 -
System Red Green Blue C M Y K H S L
Decimal 124 132 52 0.06 0 0.61 0.48 66 0.43 0.36
Hex 7C 84 34 6 0 3D 30 42 2B 24
Octal 174 204 64 6 0 75 60 102 53 44
Binary 1111100 10000100 110100 110 0 111101 110000 1000010 101011 100100

Color Harmonies of #7C8434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8434

Black with #7C8434

Text Example


Text Example

White with #7C8434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,132,52); }

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

background-color css

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

 a { background-color: rgb(124,132,52); }

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

border-color css

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

 span { border-color: rgb(124,132,52); }

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