Html Css Color HEX #7F8761 Bitter

📋 copy color: '#7F8761'

red 127 ◦ green 135 ◦ blue 97

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

Shades of Bitter #7F8761

Tints of Bitter #7F8761

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.6%

 BLUE value IS 97 (38.28% from 255) = 27.02%

R = 35.38%
G = 37.6%
B = 27.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#7F8761 (or 0x7F8761) is known color: Bitter. HEX triplet: 7F, 87 and 61. RGB value is (127,135,97). Sum of RGB (Red+Green+Blue) = 127+135+97=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8761 is #80789E. Grayscale: #808080. Windows color (decimal): -8419487 or 6391679. OLE color: 6391679.

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

Color convert

RGB 127 135 97 -
CMYK 0.06 0 0.28 0.47
HSL 72.63º 0.16% 0.45% -
HSV(B) 72.63º 0.28% 0.53% -
XYZ 19.57 22.7 14.66 -
YUV 128.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 127 135 97 0.06 0 0.28 0.47 72.63 0.16 0.45
Hex 7F 87 61 6 0 1C 2F 49 10 2D
Octal 177 207 141 6 0 34 57 111 20 55
Binary 1111111 10000111 1100001 110 0 11100 101111 1001001 10000 101101

Color Harmonies of #7F8761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8761

Black with #7F8761

Text Example


Text Example

White with #7F8761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,135,97); }

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

background-color css

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

 a { background-color: rgb(127,135,97); }

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

border-color css

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

 span { border-color: rgb(127,135,97); }

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