Html Css Color HEX #7F8434 Wasabi

📋 copy color: '#7F8434'

red 127 ◦ green 132 ◦ blue 52

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

Shades of Wasabi #7F8434

Tints of Wasabi #7F8434

RGB

 RED value IS 127 (50% from 255) = 40.84%

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

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

R = 40.84%
G = 42.44%
B = 16.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#7F8434 (or 0x7F8434) is known color: Wasabi. HEX triplet: 7F, 84 and 34. RGB value is (127,132,52). Sum of RGB (Red+Green+Blue) = 127+132+52=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #7F8434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8434 is #807BCB. Grayscale: #797979. Windows color (decimal): -8420300 or 3441791. OLE color: 3441791.

HSL color Cylindrical-coordinate representation of color #7F8434: hue angle of 63.75º 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 #7F8434 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 127 132 52 -
CMYK 0.04 0 0.61 0.48
HSL 63.75º 0.43% 0.36% -
HSV(B) 63.75º 0.61% 0.52% -
XYZ 17.62 21.26 6.42 -
YUV 121.39 88.84 132 -
System Red Green Blue C M Y K H S L
Decimal 127 132 52 0.04 0 0.61 0.48 63.75 0.43 0.36
Hex 7F 84 34 4 0 3D 30 40 2B 24
Octal 177 204 64 4 0 75 60 100 53 44
Binary 1111111 10000100 110100 100 0 111101 110000 1000000 101011 100100

Color Harmonies of #7F8434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8434

Black with #7F8434

Text Example


Text Example

White with #7F8434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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