Html Css Color HEX #7F8862 Bitter

📋 copy color: '#7F8862'

red 127 ◦ green 136 ◦ blue 98

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

Shades of Bitter #7F8862

Tints of Bitter #7F8862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.15%

R = 35.18%
G = 37.67%
B = 27.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#7F8862 (or 0x7F8862) is known color: Bitter. HEX triplet: 7F, 88 and 62. RGB value is (127,136,98). Sum of RGB (Red+Green+Blue) = 127+136+98=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #7F8862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8862 is #80779D. Grayscale: #818181. Windows color (decimal): -8419230 or 6457471. OLE color: 6457471.

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

Color convert

RGB 127 136 98 -
CMYK 0.07 0 0.28 0.47
HSL 74.21º 0.16% 0.46% -
HSV(B) 74.21º 0.28% 0.53% -
XYZ 19.76 23 14.95 -
YUV 128.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 127 136 98 0.07 0 0.28 0.47 74.21 0.16 0.46
Hex 7F 88 62 7 0 1C 2F 4A 10 2E
Octal 177 210 142 7 0 34 57 112 20 56
Binary 1111111 10001000 1100010 111 0 11100 101111 1001010 10000 101110

Color Harmonies of #7F8862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8862

Black with #7F8862

Text Example


Text Example

White with #7F8862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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