Html Css Color HEX #7F8864 Bitter

📋 copy color: '#7F8864'

red 127 ◦ green 136 ◦ blue 100

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

Shades of Bitter #7F8864

Tints of Bitter #7F8864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.55%

R = 34.99%
G = 37.47%
B = 27.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#7F8864 (or 0x7F8864) is known color: Bitter. HEX triplet: 7F, 88 and 64. RGB value is (127,136,100). Sum of RGB (Red+Green+Blue) = 127+136+100=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #7F8864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8864 is #80779B. Grayscale: #818181. Windows color (decimal): -8419228 or 6588543. OLE color: 6588543.

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

Color convert

RGB 127 136 100 -
CMYK 0.07 0 0.26 0.47
HSL 75º 0.15% 0.46% -
HSV(B) 75º 0.26% 0.53% -
XYZ 19.86 23.04 15.46 -
YUV 129.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 127 136 100 0.07 0 0.26 0.47 75 0.15 0.46
Hex 7F 88 64 7 0 1A 2F 4B F 2E
Octal 177 210 144 7 0 32 57 113 17 56
Binary 1111111 10001000 1100100 111 0 11010 101111 1001011 1111 101110

Color Harmonies of #7F8864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8864

Black with #7F8864

Text Example


Text Example

White with #7F8864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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