Html Css Color HEX #7F8B48 Wasabi

📋 copy color: '#7F8B48'

red 127 ◦ green 139 ◦ blue 72

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

Shades of Wasabi #7F8B48

Tints of Wasabi #7F8B48

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.12%

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 37.57%
G = 41.12%
B = 21.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#7F8B48 (or 0x7F8B48) is known color: Wasabi. HEX triplet: 7F, 8B and 48. RGB value is (127,139,72). Sum of RGB (Red+Green+Blue) = 127+139+72=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 139 - color contains mainly: green. Hex color #7F8B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8B48 is #8074B7. Grayscale: #808080. Windows color (decimal): -8418488 or 4754303. OLE color: 4754303.

HSL color Cylindrical-coordinate representation of color #7F8B48: hue angle of 70.75º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F8B48 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 139 72 -
CMYK 0.09 0 0.48 0.45
HSL 70.75º 0.32% 0.41% -
HSV(B) 70.75º 0.48% 0.55% -
XYZ 19.15 23.45 9.65 -
YUV 127.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 127 139 72 0.09 0 0.48 0.45 70.75 0.32 0.41
Hex 7F 8B 48 9 0 30 2D 47 20 29
Octal 177 213 110 11 0 60 55 107 40 51
Binary 1111111 10001011 1001000 1001 0 110000 101101 1000111 100000 101001

Color Harmonies of #7F8B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8B48

Black with #7F8B48

Text Example


Text Example

White with #7F8B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,139,72); }

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

background-color css

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

 a { background-color: rgb(127,139,72); }

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

border-color css

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

 span { border-color: rgb(127,139,72); }

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