Html Css Color HEX #7F884A Wasabi

📋 copy color: '#7F884A'

red 127 ◦ green 136 ◦ blue 74

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

Shades of Wasabi #7F884A

Tints of Wasabi #7F884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.36%

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 37.69%
G = 40.36%
B = 21.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#7F884A (or 0x7F884A) is known color: Wasabi. HEX triplet: 7F, 88 and 4A. RGB value is (127,136,74). Sum of RGB (Red+Green+Blue) = 127+136+74=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #7F884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F884A is #8077B5. Grayscale: #7E7E7E. Windows color (decimal): -8419254 or 4884607. OLE color: 4884607.

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

Color convert

RGB 127 136 74 -
CMYK 0.07 0 0.46 0.47
HSL 68.71º 0.3% 0.41% -
HSV(B) 68.71º 0.46% 0.53% -
XYZ 18.79 22.61 9.85 -
YUV 126.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 127 136 74 0.07 0 0.46 0.47 68.71 0.3 0.41
Hex 7F 88 4A 7 0 2E 2F 45 1E 29
Octal 177 210 112 7 0 56 57 105 36 51
Binary 1111111 10001000 1001010 111 0 101110 101111 1000101 11110 101001

Color Harmonies of #7F884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F884A

Black with #7F884A

Text Example


Text Example

White with #7F884A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,136,74); }

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

background-color css

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

 a { background-color: rgb(127,136,74); }

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

border-color css

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

 span { border-color: rgb(127,136,74); }

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