#7F8834

Color #7F8834 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #7F8834

Tints of Wasabi #7F8834

Color information

#7F8834 (or 0x7F8834) is unknown color: approx Wasabi. HEX triplet: 7F, 88 and 34. RGB value is (127,136,52). Sum of RGB (Red+Green+Blue) = 127+136+52=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #7F8834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8834 is #8077CB. Grayscale: #7C7C7C. Windows color (decimal): -8419276 or 3442815. OLE color: 3442815.

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

Color convert

RGB12713652-
CMYK0.0700.620.47
HSL66.43º44.68%36.86%-
HSV(B)66.43º61.76%53.33%-
XYZ18.1822.376.61-
YUV123.7387.52130.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.32%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 52 (20.70% from 255) = 16.51%
R=40.32%
G=43.17%
B=16.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127136520.0700.620.4766.4344.6836.86
Hex7F8834703E2F422d25
Octal177210647076571025545
Binary11111111000100011010011101111101011111000010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F8834;
 }
 .AnyTagClassName
 {
   color: #7F8834;
 }
</style>
background-color css

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

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

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

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

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

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