Html Css Color HEX #7F8865 Bitter

📋 copy color: '#7F8865'

red 127 ◦ green 136 ◦ blue 101

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

Shades of Bitter #7F8865

Tints of Bitter #7F8865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 34.89%
G = 37.36%
B = 27.75%

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

#7F8865 (or 0x7F8865) is known color: Bitter. HEX triplet: 7F, 88 and 65. RGB value is (127,136,101). Sum of RGB (Red+Green+Blue) = 127+136+101=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #7F8865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8865 is #80779A. Grayscale: #818181. Windows color (decimal): -8419227 or 6654079. OLE color: 6654079.

HSL color Cylindrical-coordinate representation of color #7F8865: hue angle of 75.43º 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 #7F8865 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 136 101 -
CMYK 0.07 0 0.26 0.47
HSL 75.43º 0.15% 0.46% -
HSV(B) 75.43º 0.26% 0.53% -
XYZ 19.91 23.06 15.71 -
YUV 129.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 127 136 101 0.07 0 0.26 0.47 75.43 0.15 0.46
Hex 7F 88 65 7 0 1A 2F 4B F 2E
Octal 177 210 145 7 0 32 57 113 17 56
Binary 1111111 10001000 1100101 111 0 11010 101111 1001011 1111 101110

Color Harmonies of #7F8865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8865

Black with #7F8865

Text Example


Text Example

White with #7F8865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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