Html Css Color HEX #7F884B Wasabi

📋 copy color: '#7F884B'

red 127 ◦ green 136 ◦ blue 75

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

Shades of Wasabi #7F884B

Tints of Wasabi #7F884B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.19%

R = 37.57%
G = 40.24%
B = 22.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#7F884B (or 0x7F884B) is known color: Wasabi. HEX triplet: 7F, 88 and 4B. RGB value is (127,136,75). Sum of RGB (Red+Green+Blue) = 127+136+75=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #7F884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F884B is #8077B4. Grayscale: #7E7E7E. Windows color (decimal): -8419253 or 4950143. OLE color: 4950143.

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

Color convert

RGB 127 136 75 -
CMYK 0.07 0 0.45 0.47
HSL 68.85º 0.29% 0.41% -
HSV(B) 68.85º 0.45% 0.53% -
XYZ 18.83 22.63 10.03 -
YUV 126.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 127 136 75 0.07 0 0.45 0.47 68.85 0.29 0.41
Hex 7F 88 4B 7 0 2D 2F 45 1D 29
Octal 177 210 113 7 0 55 57 105 35 51
Binary 1111111 10001000 1001011 111 0 101101 101111 1000101 11101 101001

Color Harmonies of #7F884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F884B

Black with #7F884B

Text Example


Text Example

White with #7F884B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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